comparison src/prim.sig @ 276:ed4af33681d8

Switch base types to 64-bit versions
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 14:59:27 -0400
parents c0ea24dcb86f
children ffa18975e661
comparison
equal deleted inserted replaced
275:73456bfde988 276:ed4af33681d8
31 Int of Int64.int 31 Int of Int64.int
32 | Float of Real64.real 32 | Float of Real64.real
33 | String of string 33 | String of string
34 34
35 val p_t : t Print.printer 35 val p_t : t Print.printer
36 val p_t_GCC : t Print.printer
36 37
37 val equal : t * t -> bool 38 val equal : t * t -> bool
38 39
39 end 40 end