aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl_util.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/expl_util.sml')
-rw-r--r--src/expl_util.sml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expl_util.sml b/src/expl_util.sml
index 8ec85b19..ef82af44 100644
--- a/src/expl_util.sml
+++ b/src/expl_util.sml
@@ -29,12 +29,6 @@ structure ExplUtil :> EXPL_UTIL = struct
open Expl
-fun classifyDatatype xncs =
- if List.all (fn (_, _, NONE) => true | _ => false) xncs then
- Enum
- else
- Default
-
structure S = Search
structure Kind = struct