mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-02 00:27:34 +03:00
13 lines
339 B
Idris
13 lines
339 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
|
||
|
|
||
|
import public Text.PrettyPrint.Doc
|
||
|
import public Text.PrettyPrint.Symbols
|
||
|
|
||
|
%default total
|