diff src/mono_util.sig @ 188:8e9f97508f0d

Datatype representation optimization
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 Aug 2008 19:49:21 -0400
parents 25b169416ea8
children ab86aa858e6c
line wrap: on
line diff
--- a/src/mono_util.sig	Sun Aug 03 19:01:16 2008 -0400
+++ b/src/mono_util.sig	Sun Aug 03 19:49:21 2008 -0400
@@ -27,6 +27,8 @@
 
 signature MONO_UTIL = sig
 
+val classifyDatatype : (string * int * Mono.typ option) list -> Mono.datatype_kind
+
 structure Typ : sig
     val compare : Mono.typ * Mono.typ -> order
     val sortFields : (string * Mono.typ) list -> (string * Mono.typ) list