diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-08-09 19:23:31 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-08-09 19:23:31 -0400 |
commit | 0186af3d727b1b92e7b63925500a21d5e412d7b4 (patch) | |
tree | 6f836a2c222f87f521569b4110e0422d4291d37a /src/core_util.sml | |
parent | 3232399b3893f93678a2d1a519bd0d4011275dba (diff) |
'Option' datatype encoding
Diffstat (limited to 'src/core_util.sml')
-rw-r--r-- | src/core_util.sml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core_util.sml b/src/core_util.sml index e89a579b..f79e6d20 100644 --- a/src/core_util.sml +++ b/src/core_util.sml @@ -29,12 +29,6 @@ structure CoreUtil :> CORE_UTIL = struct open Core -fun classifyDatatype xncs = - if List.all (fn (_, _, NONE) => true | _ => false) xncs then - Enum - else - Default - structure S = Search structure Kind = struct |