comparison src/prim.sig @ 1656:3e7c7e200713

Fix handling of quotes in generating C literals
author Adam Chlipala <adam@chlipala.net>
date Mon, 02 Jan 2012 17:08:39 -0500
parents 395a5d450cc0
children 4d64af730e35
comparison
equal deleted inserted replaced
1655:b694f9153faa 1656:3e7c7e200713
39 val equal : t * t -> bool 39 val equal : t * t -> bool
40 val compare : t * t -> order 40 val compare : t * t -> order
41 41
42 val toString : t -> string 42 val toString : t -> string
43 43
44 val toCString : string -> string
45 (* SML's built-in [String.toCString] gets confused by single quotes! *)
46
44 end 47 end