aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core_util.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_util.sml')
-rw-r--r--src/core_util.sml6
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