ormolu-0.8.1.1: data/examples/declaration/data/field-layout/record-2.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
}