utility functions

This commit is contained in:
Stephen Diehl
2016-12-10 16:01:47 +00:00
parent 00c2fce11a
commit 6cb17bb94b
8 changed files with 159 additions and 2 deletions
+4
View File
@@ -1,2 +1,6 @@
Bool
=====
```haskell
bool :: a -> a -> Bool -> a
```