Idris2/libs/contrib/Text/PrettyPrint/Prettyprinter.idr
2020-07-24 15:19:17 +01:00

13 lines
381 B
Idris

||| A Idris port of the prettyprinter library [1] and
||| the ANSI terminal backend [2].
|||
||| [1] https://hackage.haskell.org/package/prettyprinter
||| [2] https://hackage.haskell.org/package/prettyprinter-ansi-terminal
module Text.PrettyPrint.Prettyprinter
import public Text.PrettyPrint.Prettyprinter.Doc
import public Text.PrettyPrint.Prettyprinter.Symbols
%default total