alms-0.6.0: examples/ex56-signatures-type-error.alms
(* Signature tests -- should print type error *) module A : sig type +`a t end = struct type `a t = `a → `a end
(* Signature tests -- should print type error *) module A : sig type +`a t end = struct type `a t = `a → `a end