Wire casetree into checking for embedded case statements

This commit is contained in:
2024-09-04 22:07:07 -07:00
parent 31a30ff7dc
commit 24ce520680
9 changed files with 282 additions and 458 deletions

View File

@@ -2,7 +2,6 @@ module Lib.ProcessDecl
import Data.IORef
import Lib.CaseTree
import Lib.Check
import Lib.Parser
import Lib.Syntax