Changes between Version 36 and Version 37 of ViewPatterns
- Timestamp:
- 07/30/08 00:56:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewPatterns
v36 v37 22 22 The representation of `Typ` is held abstract, permitting implementations to use a fancy representation (e.g., hash-consing to managage sharing). 23 23 24 In current Haskell, using this signature a little inconvenient:24 In current Haskell, using this signature is a little inconvenient: 25 25 {{{ 26 26 size :: Typ -> Integer
