Mercurial > urweb
diff src/source.sml @ 67:9f89f0b00b84
Elaborating cfold
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 26 Jun 2008 09:48:54 -0400 |
parents | 48b6d2c3df46 |
children | 6431b315a1e3 |
line wrap: on
line diff
--- a/src/source.sml Thu Jun 26 09:09:30 2008 -0400 +++ b/src/source.sml Thu Jun 26 09:48:54 2008 -0400 @@ -51,12 +51,13 @@ | CVar of string list * string | CApp of con * con - | CAbs of string * kind * con + | CAbs of string * kind option * con | CName of string | CRecord of (con * con) list | CConcat of con * con + | CFold | CWild of kind