bump license

This commit is contained in:
Stephen Diehl
2016-12-26 17:49:43 +00:00
parent 5ce97cd0e9
commit 33e412b59b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ uncons :: [a] -> Maybe (a, [a])
unsnoc :: [x] -> Maybe ([x],x)
```
#### unsnoc
#### list
```haskell
list :: [b] -> (a -> b) -> [a] -> [b]