Mercurial > urweb
diff src/core_util.sig @ 188:8e9f97508f0d
Datatype representation optimization
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 03 Aug 2008 19:49:21 -0400 |
parents | 3bbed533fbd2 |
children | 8a70e2919e86 |
line wrap: on
line diff
--- a/src/core_util.sig Sun Aug 03 19:01:16 2008 -0400 +++ b/src/core_util.sig Sun Aug 03 19:49:21 2008 -0400 @@ -27,6 +27,8 @@ signature CORE_UTIL = sig +val classifyDatatype : (string * int * Core.con option) list -> Core.datatype_kind + structure Kind : sig val mapfold : (Core.kind', 'state, 'abort) Search.mapfolder -> (Core.kind, 'state, 'abort) Search.mapfolder