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.

  1. coinMapValue :: CoinMap a -> Coin

    cardano-coin-selection Cardano.CoinSelection

    Calculates the total coin value associated with a CoinMap.

  2. unCoinMap :: CoinMap a -> Map a Coin

    cardano-coin-selection Cardano.CoinSelection

    No documentation available.

  3. toAdjacencyMap :: DependencyGraph -> AdjacencyMap BeanConstructionStep

    cauldron Cauldron

    Conversion to a graph type for further processing.

  4. contramapArgs :: (forall t . Typeable t => Maybe t -> Maybe t) -> Args a -> Args a

    cauldron 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
    :}
    5
    

  5. toDynMap :: Beans -> Map TypeRep Dynamic

    cauldron Cauldron.Beans

    No documentation available.

  6. type DomainMap = HashMap Text VDomainConfiguration

    clash-lib Clash.Backend

    No documentation available.

  7. class HasUsageMap s

    clash-lib Clash.Backend

    No documentation available.

  8. emptyDomainMap :: DomainMap

    clash-lib Clash.Backend

    No documentation available.

  9. usageMap :: HasUsageMap s => Lens' s UsageMap

    clash-lib Clash.Backend

    No documentation available.

  10. PrimApply :: PrimInfo -> [Type] -> [Value] -> [Term] -> StackFrame

    clash-lib Clash.Core.Evaluator.Types

    No documentation available.

Page 1135 of many | Previous | Next