more tweaks to pretty printing.

This commit is contained in:
2024-11-15 19:13:42 -08:00
parent 9faee86886
commit 9767d92952
7 changed files with 39 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ dumpCtx ctx = do
pure msg
pprint : Context -> Val -> M String
pprint : Context -> Val -> M Doc
pprint ctx v = pure $ pprint (names ctx) !(quote (length ctx.env) v)
||| return Bnd and type for name