don't print substitutions by default
This commit is contained in:
parent
8447098f28
commit
75ef078b4b
2 changed files with 42 additions and 21 deletions
|
@ -63,5 +63,6 @@ tm =
|
|||
main : IO Unit
|
||||
main = do
|
||||
putStrLn $ banner defPrettyOpts
|
||||
prettyTermDef @{TermSubst True} tm
|
||||
prettyTermDef @{TermSubst True} $ fst $ pushSubsts tm
|
||||
prettyTermDef tm
|
||||
prettyTermDef $ pushSubsts tm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue