Zonk metas in functions, optional type signature on ptype

This commit is contained in:
2024-09-07 21:29:06 -07:00
parent f4cbde2c98
commit 391c9449ac
10 changed files with 89 additions and 17 deletions

View File

@@ -100,3 +100,6 @@ nf : Env -> Tm -> Tm
nf env t = quote (length env) (eval env t)
-- and then a parser / example
-- Are we ready to try building a parser in newt?