Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    clash-lib Clash.Netlist.Types

    No documentation available.

  2. 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.

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

    clash-lib Clash.Util

    Convert a Maybe computation to MaybeT.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. lastMarket :: AggregatedSnapshot -> String

    cryptocompare CryptoCompare

    No documentation available.

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

    data-checked Data.Checked

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

  10. trustMe :: v -> Checked p v

    data-checked Data.Checked

    Use when the property can be deduced without a runtime check.

Page 175 of many | Previous | Next