Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
what4 What4.WordMap Compute a pointwise if-then-else operation on the elements of two word maps.
-
witness Data.Type.Witness.Specific.OrderedWitnessMap.For No documentation available.
newtype
OrderedWitnessMapFor (f :: k -> Type) (w :: k -> Type)witness Data.Type.Witness.Specific.OrderedWitnessMap.For A dictionary that is heterogenous up to its simple witness type w. Witnesses are the keys of the dictionary, and the values they witness are the values of the dictionary.
type
OrderedWitnessMapOf = OrderedWitnessMapFor Identitywitness Data.Type.Witness.Specific.OrderedWitnessMap.Of A dictionary that is heterogenous up to its simple witness type w. Witnesses are the keys of the dictionary, and the values they witness are the values of the dictionary.
emptyOrderedWitnessMapOf :: forall (w :: Type -> Type) . TestOrder w => OrderedWitnessMapOf wwitness Data.Type.Witness.Specific.OrderedWitnessMap.Of An empty dictionary.
orderedWitnessMapOfAdd :: TestOrder w => w a -> a -> OrderedWitnessMapOf w -> OrderedWitnessMapOf wwitness Data.Type.Witness.Specific.OrderedWitnessMap.Of Add a witness and value as the first entry in the dictionary.
-
witness Data.Type.Witness.Specific.OrderedWitnessMap.Of No documentation available.
-
witness Data.Type.Witness.Specific.OrderedWitnessMap.Of Create a dictionary from a list of witness/value pairs
orderedWitnessMapOfLookup :: TestOrder w => w a -> OrderedWitnessMapOf w -> Maybe awitness Data.Type.Witness.Specific.OrderedWitnessMap.Of Look up the first value in the dictionary that matches the given witness.
-
witness Data.Type.Witness.Specific.OrderedWitnessMap.Of Modify the first value in the dictionary that matches a particular witness.