diff lib/ur/basis.urs @ 844:74a1e3bdf430

Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Jun 2009 16:45:00 -0400
parents 44c2c089ca15
children 0d30e6338c65
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun Jun 07 14:15:22 2009 -0400
+++ b/lib/ur/basis.urs	Sun Jun 07 16:45:00 2009 -0400
@@ -25,6 +25,7 @@
 val eq_char : eq char
 val eq_bool : eq bool
 val eq_time : eq time
+val eq_option : t ::: Type -> eq t -> eq (option t)
 val mkEq : t ::: Type -> (t -> t -> bool) -> eq t
 
 class num