fourmolu-0.15.0.0: data/examples/declaration/data/field-layout/record-2-out.hs
data IndexWithInfo schema
= forall x.
IndexWithInfo
{ checkedIndex :: Index schema x,
checkedIndexName :: U.Variable,
checkedIndexType :: Type x
}
data IndexWithInfo schema
= forall x.
IndexWithInfo
{ checkedIndex :: Index schema x,
checkedIndexName :: U.Variable,
checkedIndexType :: Type x
}