terse pretty-printing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user