Wire casetree into checking for embedded case statements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user