bump license
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ uncons :: [a] -> Maybe (a, [a])
|
||||
unsnoc :: [x] -> Maybe ([x],x)
|
||||
```
|
||||
|
||||
#### unsnoc
|
||||
#### list
|
||||
|
||||
```haskell
|
||||
list :: [b] -> (a -> b) -> [a] -> [b]
|
||||
|
||||
Reference in New Issue
Block a user