| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Spec.Yaml.Types.StaticDictionary
Documentation
type LookupFunction a = ModuleFunction -> Maybe a #
type family LookupKind (k :: LookupK) a where ... #
Equations
| LookupKind 'Lookup a = LookupFunction a | |
| LookupKind 'Reference a = Set ModuleFunction |
data StaticDictionary (k :: LookupK) b #
Constructors
| StaticDictionary | |
Fields
| |
Instances
type StaticDictionaryReference = StaticDictionary 'Reference () #
type SomeStaticDictionary = forall b. StaticDictionaryLookup b #