aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl.sml
diff options
context:
space:
mode:
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 8e9bdfed..952dc5da 100644
--- a/src/expl.sml
+++ b/src/expl.sml
@@ -52,6 +52,7 @@ datatype con' =
| CRecord of kind * (con * con) list
| CConcat of con * con
+ | CFold of kind * kind
withtype con = con' located