diff options
Diffstat (limited to 'example.txt')
-rw-r--r-- | example.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example.txt b/example.txt new file mode 100644 index 0000000..1d96c5f --- /dev/null +++ b/example.txt @@ -0,0 +1,2 @@ +foo : (l : Level) -> (a : Set l) -> (x : a) -> a +foo = \(l : Level) -> \(a : Set l) -> \(x : a) -> x |