annotate tests/ubn.ur @ 2109:f42fea631c1d

Improve wildification for records of type-class witnesses
author Adam Chlipala <adam@chlipala.net>
date Wed, 28 Jan 2015 08:47:04 -0500
parents ec466c1e082a
children
rev   line source
adam@1580 1 con e = []
adam@1580 2 structure B : sig
adam@1580 3 end = struct
adam@1580 4 end
adam@1580 5 open B
adam@1580 6
adam@1580 7 fun main () =
adam@1580 8 return <xml></xml>