bump license
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016, Stephen Diehl
|
Copyright (c) 2016-2017, Stephen Diehl
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -161,4 +161,4 @@ License
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
Released under the MIT License.
|
Released under the MIT License.
|
||||||
Copyright (c) 2016, Stephen Diehl
|
Copyright (c) 2016-2017, Stephen Diehl
|
||||||
|
|||||||
+1
-1
@@ -79,7 +79,7 @@ uncons :: [a] -> Maybe (a, [a])
|
|||||||
unsnoc :: [x] -> Maybe ([x],x)
|
unsnoc :: [x] -> Maybe ([x],x)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### unsnoc
|
#### list
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
list :: [b] -> (a -> b) -> [a] -> [b]
|
list :: [b] -> (a -> b) -> [a] -> [b]
|
||||||
|
|||||||
Reference in New Issue
Block a user