mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-29 03:24:02 +03:00
13 lines
381 B
Idris
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
|