Closed Niols closed 1 year ago
As of 48659c7, Topiary formats:
module type F = sig module G : sig val h : string end end
into:
module type F = sig module G: sig val h : string end end
As of 48659c7, Topiary formats:
into: