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.
NetlistMonad :: StateT NetlistState (ReaderT NetlistEnv IO) a -> NetlistMonad aclash-lib Clash.Netlist.Types No documentation available.
nestM :: Modifier -> Modifier -> Maybe Modifierclash-lib Clash.Netlist.Util Try to merge nested modifiers into a single modifier, needed by the VHDL and SystemVerilog backend.
hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m bclash-lib Clash.Util fastMostGeneralVariation :: Expr -> Exprcode-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.
fastMostSpecificVariation :: Expr -> Exprcode-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.
fastMostGeneralVariation :: Expr -> Exprcode-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.
fastMostSpecificVariation :: Expr -> Exprcode-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.
lastMarket :: AggregatedSnapshot -> Stringcryptocompare CryptoCompare No documentation available.
trustMap :: (v -> v) -> Checked p v -> Checked p vdata-checked Data.Checked Apply a fuction that preserves the property to the checked value.
-
data-checked Data.Checked Use when the property can be deduced without a runtime check.