msgenvelope

This commit is contained in:
crumbtoo
2024-01-22 10:26:33 -07:00
parent c146e1c450
commit 692d22afb9
3 changed files with 11 additions and 10 deletions

View File

@@ -101,9 +101,9 @@ checkCoreProg p = scDefs
-- | @checkCoreProgR p@ returns @p@ if @p@ successfully typechecks.
checkCoreProgR :: Program' -> RLPC Program'
checkCoreProgR p = do
liftErrorful (checkCoreProg p)
pure p
checkCoreProgR p = undefined
{-# WARNING checkCoreProgR "unimpl" #-}
-- | Infer the type of an expression under some context.
--