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.
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.
extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv bghc-lib GHC.Plugins Add a single element to an OccEnv, using a different function whether the OccName already exists or not.
extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv bghc-lib GHC.Plugins Add a single element to an OccEnv, using a different function whether the OccName already exists or not.
extendOccSet :: OccSet -> OccName -> OccSetghc-lib GHC.Plugins No documentation available.