Skip to content

Commit

Permalink
[ test ] added test for eta expansion of singleton record instance ar…
Browse files Browse the repository at this point in the history
…guments
  • Loading branch information
UlfNorell committed Oct 28, 2015
1 parent 9abefe5 commit 4bac556
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/succeed/SingletonInstance.agda
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

module _ where

record : Set where
constructor tt

f : {{u : ⊤}}
f = _

foo : (x : ⊤)
foo x = f

0 comments on commit 4bac556

Please sign in to comment.