comparison src/prim.sig @ 567:1901db85acb4

Start of JsComp
author Adam Chlipala <adamc@hcoop.net>
date Sat, 20 Dec 2008 14:19:21 -0500
parents ffa18975e661
children 395a5d450cc0
comparison
equal deleted inserted replaced
566:a152905c3c3b 567:1901db85acb4
36 val p_t_GCC : t Print.printer 36 val p_t_GCC : t Print.printer
37 37
38 val equal : t * t -> bool 38 val equal : t * t -> bool
39 val compare : t * t -> order 39 val compare : t * t -> order
40 40
41 val toString : t -> string
42
41 end 43 end