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

@@ -50,7 +50,7 @@ record Clause where
-- could be a pair, but I suspect stuff will be added?
public export
data RCaseAlt = MkAlt Raw Raw
data RCaseAlt = MkAlt Pattern Raw
data Raw : Type where
RVar : FC -> (nm : Name) -> Raw