summaryrefslogtreecommitdiff
path: root/example.txt
blob: 29ab61818d64fff901ddc24882f4b12c609836ef (plain)
1
2
3
4
5
id : (l : Level) -> (a : Set l) -> (x : a) -> a
id = \(l : Level) -> \(a : Set l) -> \(x : a) -> x

unitfoo : (_ : One) -> One
unitfoo = \(Unit : One) -> Unit