License | GPLv2 or higher, see LICENSE.txt |
---|---|
Maintainer | nevrenato@gmail.com |
Stability | stable |
Portability | portable |
Safe Haskell | Safe-Inferred |
Description : List of utilities for Hybridized logic
Documentation
buildMapFromList :: Ord a => [(a, b)] -> Map a b
Builds a map from a list of tuples
Checks if a given computation was sucessfull, if not gives an error message Must i need this ?