Module

Tidy.Hang

Package
purescript-tidy
Repository
natefaubion/purescript-tidy

#HangingDoc Source

data HangingDoc a

#HangingOp Source

data HangingOp a

Constructors

#hang Source

hang :: forall a. FormatDoc a -> HangingDoc a -> HangingDoc a

#hangWithIndent Source

hangWithIndent :: forall a. (FormatDoc a -> FormatDoc a) -> HangingDoc a -> Array (HangingDoc a) -> HangingDoc a

#hangBreak Source

hangBreak :: forall a. FormatDoc a -> HangingDoc a

#hangApp Source

#hangOps Source

#hangHead Source

hangHead :: forall a. HangingDoc a -> FormatDoc a

#overHangHead Source

overHangHead :: forall a. (FormatDoc a -> FormatDoc a) -> HangingDoc a -> HangingDoc a

#hangConcatApp Source

#toFormatDoc Source

toFormatDoc :: forall a. HangingDoc a -> FormatDoc a