morley-prelude-0.6.0: A custom prelude used in Morley
Safe HaskellSafe-Inferred
LanguageHaskell2010

Fmt.Operators

Description

Extra operators on top of Prettyprinter with additional semantics.

Documentation

(<//>) :: Doc -> Doc -> Doc infixr 5 Source #

(</>) :: Doc -> Doc -> Doc infixr 5 Source #

(<+>) :: Doc -> Doc -> Doc infixr 6 Source #

(<$>) :: Doc -> Doc -> Doc infixr 5 Source #

(<$$>) :: Doc -> Doc -> Doc infixr 5 Source #