Ticket #79 (new defect)
Kind inference checking problem for mutable tuples
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.4 |
| Component: | Source Type Inferencer | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
Added by Jared
The following function fails to compile.
example :: (Int, Int) %r0
:- Mutable %r0
example = (0,0)
The error message is
ddc: src/Source/Desugar.hs:(647,4)-(670,28): Non-exhaustive patterns in case
The same error occurs if the region is placed before the type.
Change History
Note: See
TracTickets for help on using
tickets.
