Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setStartCode :: Int -> Lex ()

    Cabal-syntax Distribution.Fields.LexerMonad

    No documentation available.

  2. setCabalSpecVersion :: Maybe Version -> ParseResult ()

    Cabal-syntax Distribution.Fields.ParseResult

    Set cabal spec version.

  3. setupBInfoFieldGrammar :: forall (c :: Type -> Constraint) g . (FieldGrammar c g, Functor (g SetupBuildInfo), c (List CommaVCat (Identity Dependency) Dependency)) => Bool -> g SetupBuildInfo SetupBuildInfo

    Cabal-syntax Distribution.PackageDescription.FieldGrammar

    No documentation available.

  4. setupBuildInfo :: PackageDescription -> Maybe SetupBuildInfo

    Cabal-syntax Distribution.Types.PackageDescription

    No documentation available.

  5. setupBuildInfo :: Lens' PackageDescription (Maybe SetupBuildInfo)

    Cabal-syntax Distribution.Types.PackageDescription.Lens

    No documentation available.

  6. setupDepends :: SetupBuildInfo -> [Dependency]

    Cabal-syntax Distribution.Types.SetupBuildInfo

    No documentation available.

  7. setupDepends :: Lens' SetupBuildInfo [Dependency]

    Cabal-syntax Distribution.Types.SetupBuildInfo.Lens

    No documentation available.

  8. setState :: ArrowState s a => a s s

    hxt Control.Arrow.ArrowState

    overwrite the old state definition: setState = changeState (\ s x -> x)

  9. setChildren :: (ArrowTree a, Tree t) => [t b] -> a (t b) (t b)

    hxt Control.Arrow.ArrowTree

    substitute the children of the root of a tree

  10. setNode :: (ArrowTree a, Tree t) => b -> a (t b) (t b)

    hxt Control.Arrow.ArrowTree

    substitute the attribute of the root of a tree

Page 264 of many | Previous | Next