FiniteCategories-0.1.0.0: Finite categories and usual categorical constructions on them.
CopyrightGuillaume Sabbagh 2021
LicenseGPL-3
Maintainerguillaumesabbagh@protonmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.EnumerateMaps

Description

Enumerate all maps between two lists.

Synopsis

Documentation

enumMaps Source #

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.