Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. penDown :: (Ord n, Floating n) => TurtleState n -> TurtleState n

    diagrams-contrib Diagrams.TwoD.Path.Turtle.Internal

    Puts the turtle pen in “Down” mode. Turtle movements will cause drawing to happen Does nothing if the pen was already down. Otherwise, starts a new trail starting at the current position.

  2. TPenDown :: Turtle

    funcmp FMP.Turtle

    No documentation available.

  3. penDown :: Turtle

    funcmp FMP.Turtle

    No documentation available.

  4. extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv a

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv.

  5. extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv a

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv.

  6. extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv a

    ghc-lib GHC.Plugins

    Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.

  7. extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv a

    ghc-lib GHC.Plugins

    Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.

  8. extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv b

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv, using a different function whether the OccName already exists or not.

  9. extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv b

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv, using a different function whether the OccName already exists or not.

  10. extendOccSet :: OccSet -> OccName -> OccSet

    ghc-lib GHC.Plugins

    No documentation available.

Page 44 of many | Previous | Next