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