Mercurial > urweb
diff src/source.sml @ 82:b4f2a258e52c
Initial disjointness prover
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 01 Jul 2008 10:55:38 -0400 |
parents | 6431b315a1e3 |
children | e86370850c30 |
line wrap: on
line diff
--- a/src/source.sml Tue Jul 01 09:29:49 2008 -0400 +++ b/src/source.sml Tue Jul 01 10:55:38 2008 -0400 @@ -34,6 +34,7 @@ | KArrow of kind * kind | KName | KRecord of kind + | KUnit | KWild withtype kind = kind' located @@ -59,6 +60,8 @@ | CConcat of con * con | CFold + | CUnit + | CWild of kind withtype con = con' located