Copyright | Guillaume Sabbagh 2021 |
---|---|
License | GPL-3 |
Maintainer | guillaumesabbagh@protonmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Enumerate all maps between two lists.
Synopsis
- enumMaps :: [a] -> [b] -> [AssociationList a b]
Documentation
:: [a] | Domain. |
-> [b] | Codomain. |
-> [AssociationList a b] | All association lists from domain to codomain. |
Returns all association lists from a domain to a codomain.