Mercurial > urweb
comparison tests/strdupe.ur @ 244:71bafe66dbe1
Laconic -> Ur
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 31 Aug 2008 08:32:18 -0400 |
parents | tests/strdupe.lac@d609820c5834 |
children |
comparison
equal
deleted
inserted
replaced
243:2b9dfaffb008 | 244:71bafe66dbe1 |
---|---|
1 val x = 0 | |
2 val x = x | |
3 | |
4 type t = int | |
5 type t = { A : t } | |
6 | |
7 signature S = sig end | |
8 signature S = sig type t structure M : S end | |
9 | |
10 structure S = struct end | |
11 structure S : S = struct type t = int structure M = S end |