Mercurial > urweb
diff lib/ur/basis.urs @ 846:0d30e6338c65
Some standard library reorgs and additions; handle mutual datatypes better in Specialize
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 09 Jun 2009 18:11:59 -0400 |
parents | 74a1e3bdf430 |
children | 0f7e2cca6d9b |
line wrap: on
line diff
--- a/lib/ur/basis.urs Tue Jun 09 11:12:34 2009 -0400 +++ b/lib/ur/basis.urs Tue Jun 09 18:11:59 2009 -0400 @@ -25,7 +25,6 @@ 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