summaryrefslogtreecommitdiff
path: root/src/expl.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-26 11:11:13 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-26 11:11:13 -0400
commit84104b2ae60ef293b9d837998b8162d58e8d4a0e (patch)
treee810ad8175699aff18aa8e2e3835a784553f0213 /src/expl.sml
parent77790187bb1c1e0de956d4bbc7795678fb0c6544 (diff)
Explify efold
Diffstat (limited to 'src/expl.sml')
-rw-r--r--src/expl.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expl.sml b/src/expl.sml
index 952dc5da..87ca990e 100644
--- a/src/expl.sml
+++ b/src/expl.sml
@@ -68,6 +68,7 @@ datatype exp' =
| ERecord of (con * exp * con) list
| EField of exp * con * { field : con, rest : con }
+ | EFold of kind
withtype exp = exp' located