Rework Safe Module (#83)

* Initial fork on minimal safe submodule

* Add new Safe module

Signed-off-by: Stephen Diehl <stephen.m.diehl@gmail.com>

* Refactor Safe module
This commit is contained in:
Stephen Diehl
2018-03-22 13:31:29 +00:00
committed by GitHub
parent 57912017fe
commit a8d1363581
5 changed files with 157 additions and 9 deletions
+10
View File
@@ -1,3 +1,13 @@
0.2.2
=====
* Add explicit `witness` function for use as type witness without warnings.
Makes undefined semantically distinguishable from type witnesses.
* Backwards compatible `Protolude.Safe` module for explicit handling of partial
list operations.
* Export `minimumDef`, `maximumDef`.
* Looser lower-bound on Data.Kind export for GHC 8.0.x.
0.2.1
====