pretty printer

uses ISeq, as described in 'Implementing Functional Languages'. going to try using a style similar to ShowS instead.
This commit is contained in:
crumbtoo
2023-11-09 14:55:03 -07:00
parent 80e55e6437
commit 708e611799
3 changed files with 61 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ library
, TI
other-modules: Data.Heap
, Control.DFA
, Data.Pretty
-- other-extensions:
build-depends: base ^>=4.18.0.0