terse pretty-printing

This commit is contained in:
crumbtoo
2024-02-27 06:14:02 -07:00
parent 4c453d334c
commit a6e267fc29
7 changed files with 139 additions and 30 deletions

View File

@@ -1,2 +1,15 @@
module Core.SystemF where
module Core.SystemF
( lintCoreProgR
)
where
--------------------------------------------------------------------------------
import Compiler.RLPC
import Core
--------------------------------------------------------------------------------
lintCoreProgR :: (Monad m) => Program Var -> RLPCT m (Program Name)
lintCoreProgR = undefined
lint :: Program Var -> Program Name
lint = undefined