Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype NetlistMonad a

    clash-lib Clash.Netlist.Types

    Monad that caches generated components (StateT) and remembers hidden inputs of components that are being generated (WriterT)

  2. NetlistMonad :: StateT NetlistState (ReaderT NetlistEnv IO) a -> NetlistMonad a

    clash-lib Clash.Netlist.Types

    No documentation available.

  3. nestM :: Modifier -> Modifier -> Maybe Modifier

    clash-lib Clash.Netlist.Util

    Try to merge nested modifiers into a single modifier, needed by the VHDL and SystemVerilog backend.

  4. hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m b

    clash-lib Clash.Util

    Convert a Maybe computation to MaybeT.

  5. fastMostGeneralVariation :: Expr -> Expr

    code-conjure Conjure.Engine

    A faster version of mostGeneralCanonicalVariation that disregards name clashes across different types. Consider using mostGeneralCanonicalVariation instead. The same caveats of fastCanonicalVariations do apply here.

  6. fastMostSpecificVariation :: Expr -> Expr

    code-conjure Conjure.Engine

    A faster version of mostSpecificCanonicalVariation that disregards name clashes across different types. Consider using mostSpecificCanonicalVariation instead. The same caveats of fastCanonicalVariations do apply here.

  7. fastMostGeneralVariation :: Expr -> Expr

    code-conjure Conjure.Expr

    A faster version of mostGeneralCanonicalVariation that disregards name clashes across different types. Consider using mostGeneralCanonicalVariation instead. The same caveats of fastCanonicalVariations do apply here.

  8. fastMostSpecificVariation :: Expr -> Expr

    code-conjure Conjure.Expr

    A faster version of mostSpecificCanonicalVariation that disregards name clashes across different types. Consider using mostSpecificCanonicalVariation instead. The same caveats of fastCanonicalVariations do apply here.

  9. lastMarket :: AggregatedSnapshot -> String

    cryptocompare CryptoCompare

    No documentation available.

  10. trustMap :: (v -> v) -> Checked p v -> Checked p v

    data-checked Data.Checked

    Apply a fuction that preserves the property to the checked value.

Page 175 of many | Previous | Next