Module

Language.PS.CST.Sugar.Leafs

Package
purescript-ps-cst
Repository
purescript-codegen/purescript-ps-cst

#emptyRow Source

emptyRow :: forall labelType type_. { rowLabels :: Array labelType, rowTail :: Maybe type_ }

#mkRowLabels Source

mkRowLabels :: forall type_. Array (String /\ type_) -> Array { label :: Label, type_ :: type_ }

#mkRowLabel Source

mkRowLabel :: forall type_. (String /\ type_) -> { label :: Label, type_ :: type_ }