view tests/strdupe.ur @ 1615:7d459f223ac2

Switch to YUI strftime
author Adam Chlipala <adam@chlipala.net>
date Sat, 26 Nov 2011 10:14:05 -0500
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