diff options
author | Tom Smeding <tom@tomsmeding.com> | 2023-12-23 23:12:03 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2023-12-23 23:12:07 +0100 |
commit | ae603f2423e967c55dfd31b0dec26d19584aa322 (patch) | |
tree | d40ba193a58001453825c7f4dcd164767e327577 /example.txt | |
parent | 37acb2efba1cd159bda5d163192e2aba70c4e26b (diff) |
Can typecheck universe-polymorphic id
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 |