Mercurial > urweb
comparison lib/ur/option.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 |
comparison
equal
deleted
inserted
replaced
843:9f0ea203a1ca | 844:74a1e3bdf430 |
---|---|
1 datatype t = datatype Basis.option | 1 datatype t = datatype Basis.option |
2 | 2 |
3 val isSome : a ::: Type -> t a -> bool | 3 val isSome : a ::: Type -> t a -> bool |
4 | |
5 val mp : a ::: Type -> b ::: Type -> (a -> b) -> t a -> t b |