rename 'prettyTerm' to 'prettyIO'
it meant pretty*Terminal*, but,
This commit is contained in:
parent
86d21caf24
commit
c9b9f66693
2 changed files with 7 additions and 7 deletions
|
@ -63,6 +63,6 @@ tm =
|
|||
main : IO Unit
|
||||
main = do
|
||||
putStrLn $ banner defPrettyOpts
|
||||
prettyTermDef @{TermSubst True} tm
|
||||
prettyTermDef @{TermSubst True} $ fst $ pushSubsts tm
|
||||
prettyTermDef tm
|
||||
prettyIODef @{TermSubst True} tm
|
||||
prettyIODef @{TermSubst True} $ fst $ pushSubsts tm
|
||||
prettyIODef tm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue