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
@@ -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
of this software and associated documentation files (the "Software"), to
+1 -1
View File
@@ -161,4 +161,4 @@ License
-------
Released under the MIT License.
Copyright (c) 2016, Stephen Diehl
Copyright (c) 2016-2017, Stephen Diehl
+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]