diff src/mono_util.sig @ 198:ab86aa858e6c

'Option' datatype encoding
author Adam Chlipala <adamc@hcoop.net>
date Sat, 09 Aug 2008 19:23:31 -0400
parents 8e9f97508f0d
children 65d8541c130b
line wrap: on
line diff
--- a/src/mono_util.sig	Sat Aug 09 16:54:04 2008 -0400
+++ b/src/mono_util.sig	Sat Aug 09 19:23:31 2008 -0400
@@ -27,8 +27,6 @@
 
 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