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