Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
coinMapValue :: CoinMap a -> Coincardano-coin-selection Cardano.CoinSelection Calculates the total coin value associated with a CoinMap.
unCoinMap :: CoinMap a -> Map a Coincardano-coin-selection Cardano.CoinSelection No documentation available.
toAdjacencyMap :: DependencyGraph -> AdjacencyMap BeanConstructionStepcauldron Cauldron Conversion to a graph type for further processing.
contramapArgs :: (forall t . Typeable t => Maybe t -> Maybe t) -> Args a -> Args acauldron Cauldron.Args Tweak the look-by-type function that is eventually passed to runArgs. Unlikely to be commonly useful.
>>> :{ let tweak :: forall t. Typeable t => Maybe t -> Maybe t tweak _ = case Type.Reflection.typeRep @t `Type.Reflection.eqTypeRep` Type.Reflection.typeRep @Int of Just HRefl -> Just 5 Nothing -> Nothing in runArgs (taste Cauldron.Beans.empty) $ contramapArgs tweak $ arg @Int :} 5toDynMap :: Beans -> Map TypeRep Dynamiccauldron Cauldron.Beans No documentation available.
type
DomainMap = HashMap Text VDomainConfigurationclash-lib Clash.Backend No documentation available.
-
clash-lib Clash.Backend No documentation available.
-
clash-lib Clash.Backend No documentation available.
usageMap :: HasUsageMap s => Lens' s UsageMapclash-lib Clash.Backend No documentation available.
PrimApply :: PrimInfo -> [Type] -> [Value] -> [Term] -> StackFrameclash-lib Clash.Core.Evaluator.Types No documentation available.