Mercurial > urweb
view tests/strdupe.ur @ 1597:e283ca05c829
Add read instance for time on the client
author | Ron de Bruijn <rmbruijn@gmail.com> |
---|---|
date | Thu, 17 Nov 2011 17:14:44 +0100 |
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