Changes between Version 2 and Version 3 of TypeFamilyPatterns
- Timestamp:
- Mar 16, 2015 8:23:09 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypeFamilyPatterns
v2 v3 43 43 == Implementation plan == 44 44 45 1. Add nodes into AST Tree to support as-patterns .45 1. Add nodes into AST Tree to support as-patterns: 46 46 47 47 {{{ 48 Add | HsAsPat (Located id) (LHSType id)48 | HsAsPat (Located name) (LHSType name) 49 49 }}} 50 50