Idris2/libs/contrib/Text/PrettyPrint.idr

13 lines
339 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
module Text.PrettyPrint
import public Text.PrettyPrint.Doc
import public Text.PrettyPrint.Symbols
%default total