add annotation param to Expr
nightmare breaking changes. never listening to the "i'll do it later if i REALLY need it" part of my brain again. add annotation param to Expr
This commit is contained in:
14
src/Core2Core.hs
Normal file
14
src/Core2Core.hs
Normal file
@@ -0,0 +1,14 @@
|
||||
module Core2Core
|
||||
(
|
||||
)
|
||||
where
|
||||
----------------------------------------------------------------------------------
|
||||
import Core.Syntax
|
||||
----------------------------------------------------------------------------------
|
||||
|
||||
core2core :: Program -> Program
|
||||
core2core = undefined
|
||||
|
||||
floatNonStrictCase :: Expr -> Expr
|
||||
floatNonStrictCase (Case e as) = Case e ()
|
||||
|
||||
Reference in New Issue
Block a user