Closed
Description
type t = private {}
gets reformatted to
type t = {}
However, a private empty record declaration can actually be useful, see #7430 (comment).
type t = private {}
gets reformatted to
type t = {}
However, a private empty record declaration can actually be useful, see #7430 (comment).