view tests/strdupe.ur @ 1285:514be09d5018

Better UTF-8 escaping for JavaScript and SQL literals
author Adam Chlipala <adam@chlipala.net>
date Tue, 10 Aug 2010 15:55:43 -0400
parents 71bafe66dbe1
children
line wrap: on
line source
val x = 0
val x = x

type t = int
type t = { A : t }

signature S = sig end
signature S = sig type t structure M : S end

structure S = struct end
structure S : S = struct type t = int structure M = S end