Changes between Initial Version and Version 1 of Ticket #58
- Timestamp:
- 05/13/09 05:30:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58 – description
initial v1 9 9 }}} 10 10 The second clause must be present. The type must be a parameterized type, 11 and there must be a parameter. [a] -> [a] compiles, but [[a]] -> [[a]]fails.11 and there must be a parameter. {{{[a] -> [a]}}} compiles, but {{{[[a]] -> [[a]]}}} fails. 12 12 13 13 The error message is generated by the GHC runtime.
