summaryrefslogtreecommitdiff
path: root/example.txt
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-12-23 23:12:03 +0100
committerTom Smeding <tom@tomsmeding.com>2023-12-23 23:12:07 +0100
commitae603f2423e967c55dfd31b0dec26d19584aa322 (patch)
treed40ba193a58001453825c7f4dcd164767e327577 /example.txt
parent37acb2efba1cd159bda5d163192e2aba70c4e26b (diff)
Can typecheck universe-polymorphic id
Diffstat (limited to 'example.txt')
-rw-r--r--example.txt2
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