Opened 6 years ago
Closed 6 years ago
#251 closed defect (fixed)
Fix nested case expressions that assign to nothing binders
Reported by: | benl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 0.3.0 |
Component: | Core to Sea Translation | Version: | 0.2.1 |
Keywords: | Cc: |
Description
Handle this case properly in Salt -> LLVM conversion
let _ = case { ...}
We should add in dummy names as a separate pass before performing the conversion proper.
Change History (1)
comment:1 Changed 6 years ago by benl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.