Ticket #43 (assigned enhancement)
Comments on GADT constructors
| Reported by: | jeanphilippe.bernardy@… | Owned by: | nwf |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.1.0 | Keywords: | |
| Cc: | pho@…, conal@…, v.dijk.bas@…, paolo.veronelli@…, felipe.lessa@… |
Description
eg. this fails:
data I ev w a where
- Returns
- a -> I ev w a
- Binds
- I ev w a -> (a -> I ev w b) -> I ev w b
- Gets
- Ord ev => Maybe ev -> Maybe ev -> I ev w ev -- Accept any character between given bounds. Bound is ignored if @Nothing@.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
