Mercurial > urweb
view tests/sig_wild.ur @ 2103:661b531f55bd
Fix arguments to PQprepare()
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 07 Jan 2015 09:25:13 -0500 |
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