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.
vendor :: CPU -> !Maybe ByteStringcpuinfo System.CPU CPU Vendor
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
isPenDown :: TurtleState n -> Booldiagrams-contrib Diagrams.TwoD.Path.Turtle.Internal State of the pen. False means that turtle movements will not draw anything
penDown :: (Ord n, Floating n) => TurtleState n -> TurtleState ndiagrams-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.
-
funcmp FMP.Turtle No documentation available.
-
funcmp FMP.Turtle No documentation available.
extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv aghc-lib GHC.Plugins Add a single element to an OccEnv.
extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv aghc-lib GHC.Plugins Add a single element to an OccEnv.
extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv aghc-lib GHC.Plugins Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.
extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv aghc-lib GHC.Plugins Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.