diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 13:29:01 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-07 13:29:01 -0400 |
commit | 9f8b222f6667f4e7dec2105ea4f5c2abdfd29dc9 (patch) | |
tree | 90104da9ab622189caffe5a38bddcb8bfe797233 /src/cjr.sml | |
parent | 4a627a550cb54c18cb16cc0ad852e6a0bbc59c31 (diff) |
pquery working with all four types of columns
Diffstat (limited to 'src/cjr.sml')
-rw-r--r-- | src/cjr.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cjr.sml b/src/cjr.sml index 74c4bca2..ac30bd9f 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -60,6 +60,7 @@ datatype exp' = | ERel of int | ENamed of int | ECon of datatype_kind * patCon * exp option + | ENone of typ | ESome of typ * exp | EFfi of string * string | EFfiApp of string * string * exp list |