Changes between Version 5 and Version 6 of PatternSynonyms
- Timestamp:
- 08/15/11 14:58:32 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PatternSynonyms
v5 v6 139 139 pattern Cons x xs = x:xs 140 140 append = (++) 141 142 headOf :: (ListLike l) => l a -> Maybe a 143 headOf Nil = Nothing 144 headOf (Const x _) = Just x 141 145 }}}
