comparison 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
comparison
equal deleted inserted replaced
187:fb6ed259f5bd 188:8e9f97508f0d
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 *) 26 *)
27 27
28 signature MONO_UTIL = sig 28 signature MONO_UTIL = sig
29
30 val classifyDatatype : (string * int * Mono.typ option) list -> Mono.datatype_kind
29 31
30 structure Typ : sig 32 structure Typ : sig
31 val compare : Mono.typ * Mono.typ -> order 33 val compare : Mono.typ * Mono.typ -> order
32 val sortFields : (string * Mono.typ) list -> (string * Mono.typ) list 34 val sortFields : (string * Mono.typ) list -> (string * Mono.typ) list
33 35