diff src/cjrize.sml @ 297:59dc042629b9

pquery working with all four types of columns
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Sep 2008 13:29:01 -0400
parents df00701f2323
children 52d4c60518d4
line wrap: on
line diff
--- a/src/cjrize.sml	Sun Sep 07 12:58:33 2008 -0400
+++ b/src/cjrize.sml	Sun Sep 07 13:29:01 2008 -0400
@@ -211,6 +211,12 @@
         in
             ((L'.ECon (dk, pc, eo), loc), sm)
         end
+      | L.ENone t =>
+        let
+            val (t, sm) = cifyTyp (t, sm)
+        in
+            ((L'.ENone t, loc), sm)
+        end
       | L.ESome (t, e) =>
         let
             val (t, sm) = cifyTyp (t, sm)