lascar.utils
Utils.Stringable
String-convertible types
lascar
module type T = sig ... end
module Pair (M1 : T) (M2 : T) : sig ... end
module Triplet (M1 : T) (M2 : T) (M3 : T) : sig ... end