• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setWantedLanguageExtensions :: DynFlags -> DynFlags

    clash-ghc Clash.GHC.LoadModules

    No documentation available.

  2. setDomainConfigurations :: Backend state => DomainMap -> state -> state

    clash-lib Clash.Backend

    Set the domain configurations

  3. setModName :: Backend state => ModName -> state -> state

    clash-lib Clash.Backend

    setModName

  4. setSrcSpan :: Backend state => SrcSpan -> State state ()

    clash-lib Clash.Backend

    setSrcSpan

  5. setTopName :: Backend state => Identifier -> state -> state

    clash-lib Clash.Backend

    Set the name of the current top entity

  6. setTerm :: Term -> Machine -> Machine

    clash-lib Clash.Core.Evaluator.Types

    No documentation available.

  7. setLocalEnv :: LocalEnv -> Eval a -> Eval a

    clash-lib Clash.Core.PartialEval.Monad

    No documentation available.

  8. setRef :: Int -> Value -> Eval ()

    clash-lib Clash.Core.PartialEval.Monad

    No documentation available.

  9. setIdScope :: IdScope -> Var a -> Var a

    clash-lib Clash.Core.Var

    No documentation available.

  10. setSym :: IdentifierSetMonad m => BlackBoxContext -> BlackBoxTemplate -> m (BlackBoxTemplate, [Declaration])

    clash-lib Clash.Netlist.BlackBox.Util

    Update all the symbol references in a template, and increment the symbol counter for every newly encountered symbol.

Page 771 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete