Idris2/libs/contrib/Text/PrettyPrint/Prettyprinter.idr

13 lines
381 B
Idris
Raw Normal View History

2020-06-30 22:58:24 +03:00
||| 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
2020-07-01 14:02:14 +03:00
module Text.PrettyPrint.Prettyprinter
2020-06-30 22:58:24 +03:00
2020-07-01 14:02:14 +03:00
import public Text.PrettyPrint.Prettyprinter.Doc
import public Text.PrettyPrint.Prettyprinter.Symbols
2020-06-30 22:58:24 +03:00
%default total