aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/top.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-23 18:45:10 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-23 18:45:10 -0400
commit9569ae99c75cb74aeeb6fa02e6eec9eff2c7669f (patch)
tree6d1b3b0450e7d90ffb86bc43ce2c479ba9b7c78f /lib/top.urs
parentfbde7928c43149e02806949343783dc6e885ab0f (diff)
Crud2 demo
Diffstat (limited to 'lib/top.urs')
-rw-r--r--lib/top.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/top.urs b/lib/top.urs
index 29a1acf1..22cebb16 100644
--- a/lib/top.urs
+++ b/lib/top.urs
@@ -1,3 +1,5 @@
+val not : bool -> bool
+
con idT = fn t :: Type => t
con record = fn t :: {Type} => $t
con fstTT = fn t :: (Type * Type) => t.1