Hoogle Search

Within LTS Haskell 24.11 (ghc-9.10.2)

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

  1. vendor :: CPU -> !Maybe ByteString

    cpuinfo System.CPU

    CPU Vendor

  2. penDown :: forall n (m :: Type -> Type) . (OrderedField n, Monad m) => TurtleT n m ()

    diagrams-contrib Diagrams.TwoD.Path.Turtle

    Ends the current path, and enters into "penDown" mode

  3. isPenDown :: TurtleState n -> Bool

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

    State of the pen. False means that turtle movements will not draw anything

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

  5. TPenDown :: Turtle

    funcmp FMP.Turtle

    No documentation available.

  6. penDown :: Turtle

    funcmp FMP.Turtle

    No documentation available.

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

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv.

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

    ghc-lib GHC.Plugins

    Add a single element to an OccEnv.

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

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

Page 43 of many | Previous | Next