This commit is contained in:
2026-02-16 11:59:34 -08:00
parent 95f43e0c9b
commit 7f2fa27aa6
5 changed files with 26 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ module Prelude
id : a. a a
id x = x
the : (a : U) a a
the : (0 a : U) a a
the _ a = a
const : a b. a b a