Mercurial > urweb
diff src/core_util.sml @ 198:ab86aa858e6c
'Option' datatype encoding
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 09 Aug 2008 19:23:31 -0400 |
parents | 890a61991263 |
children | 766b5475477f |
line wrap: on
line diff
--- a/src/core_util.sml Sat Aug 09 16:54:04 2008 -0400 +++ b/src/core_util.sml Sat Aug 09 19:23:31 2008 -0400 @@ -29,12 +29,6 @@ open Core -fun classifyDatatype xncs = - if List.all (fn (_, _, NONE) => true | _ => false) xncs then - Enum - else - Default - structure S = Search structure Kind = struct