| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Dojang.Types.MonikerMap
Synopsis
Documentation
type MonikerMap = HashMap MonikerName EnvironmentPredicate Source #
A map that defines the monikers and what conditions they match.
type MonikerResolver = MonikerName -> Maybe EnvironmentPredicate Source #
A function that resolves a MonikerName to an EnvironmentPredicate.