Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forestGreen :: AlphaColour Doublediagrams-contrib Diagrams.Color.XKCD No documentation available.
forrestGreen :: AlphaColour Doublediagrams-contrib Diagrams.Color.XKCD No documentation available.
-
diagrams-contrib Diagrams.TwoD.Layout.Tree No documentation available.
forceLayoutTree :: (Floating n, Ord n) => Tree (a, P2 n) -> Tree (a, P2 n)diagrams-contrib Diagrams.TwoD.Layout.Tree Force-directed layout of rose trees, with default parameters (for more options, see forceLayoutTree'). In particular,
- edges are modeled as springs
- nodes are modeled as point charges
- nodes are constrained to keep the same y-coordinate.
forceLayoutTree' :: (Floating n, Ord n) => ForceLayoutTreeOpts n -> Tree (a, P2 n) -> Tree (a, P2 n)diagrams-contrib Diagrams.TwoD.Layout.Tree Force-directed layout of rose trees, with configurable parameters.
forward :: forall n (m :: Type -> Type) . (OrderedField n, Monad m) => n -> TurtleT n m ()diagrams-contrib Diagrams.TwoD.Path.Turtle Move the turtle forward, along the current heading.
forward :: (Floating n, Ord n) => n -> TurtleState n -> TurtleState ndiagrams-contrib Diagrams.TwoD.Path.Turtle.Internal Move the turtle forward by x units
forkServer :: ByteString -> Int -> IO Serverekg System.Remote.Monitoring Like forkServerWith, but creates a default metric store with some predefined metrics. The predefined metrics are those given in registerGcMetrics.
forkServerNoHostname :: Int -> IO Serverekg System.Remote.Monitoring Create a server with prefined metrics from registerGcMetrics, listening on all interfaces. If you are running EKG on a private network (including virtual private network), it may be appropriate to bind to all interfaces, not only localhost.
forkServerNoHostnameWith :: Store -> Int -> IO Serverekg System.Remote.Monitoring Start an HTTP server in a new thread, with the specified metrics store, listening on all interfaces. Other than accepting requests to any hostname, this is the same as forkServerWith.