summaryrefslogtreecommitdiff
path: root/example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'example.txt')
-rw-r--r--example.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/example.txt b/example.txt
index 1d96c5f..29ab618 100644
--- a/example.txt
+++ b/example.txt
@@ -1,2 +1,5 @@
-foo : (l : Level) -> (a : Set l) -> (x : a) -> a
-foo = \(l : Level) -> \(a : Set l) -> \(x : a) -> x
+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