Mercurial > urweb
view tests/sig_wild.ur @ 401:cc71fb7e5e54
Remove printing of HTTP headers
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 21 Oct 2008 13:56:38 -0400 (2008-10-21) |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
signature S = sig type t val x : t end structure M : S = struct type t = _ val x = 0 end