annotate tests/ffisub.urs @ 2190:22117edf8fd3

After a tricky debugging session, limit visibility of type-class instances from anonymous modules
author Adam Chlipala <adam@chlipala.net>
date Sun, 01 Nov 2015 16:33:14 -0500
parents 010ce27228f1
children
rev   line source
adam@2173 1 structure S : sig
adam@2173 2 type t
adam@2173 3 end
adam@2173 4
adam@2173 5 val x : S.t