This commit is contained in:
crumbtoo
2024-02-15 18:27:04 -07:00
parent 2e13ec2cf4
commit e9cab1ddaf
6 changed files with 80 additions and 353 deletions

View File

@@ -41,6 +41,12 @@ import Rlp.Syntax as Rlp
import Rlp.Parse.Types (RlpcPs, PsName)
--------------------------------------------------------------------------------
desugarRlpProgR = undefined
desugarRlpProg = undefined
desugarRlpExpr = undefined
{--
type Tree a = Either Name (Name, Branch a)
-- | Rose tree branch representing "nested" "patterns" in the Core language. That
@@ -234,3 +240,5 @@ typeToCore (VarT'' x) = TyVar (dsNameToName x)
dsNameToName :: IdP RlpcPs -> Name
dsNameToName = id
-}