Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showLatex :: Fix SRTree -> Stringsrtree Data.SRTree.Print Displays a tree as a LaTeX compatible expression.
>>> showLatex $ "x0" + sin ( tanh ("t0" + 2) ) "\\left(x_{, 0} + \\operatorname{sin}(\\operatorname{tanh}(\\left(\\theta_{, 0} + 2.0\\right)))\\right)"showLatexWithVars :: [String] -> Fix SRTree -> Stringsrtree Data.SRTree.Print No documentation available.
-
srtree Data.SRTree.Print No documentation available.
showPython :: Fix SRTree -> Stringsrtree Data.SRTree.Print Displays a tree as a numpy compatible expression.
>>> showPython $ "x0" + sin ( tanh ("t0" + 2) ) "(x[:, 0] + np.sin(np.tanh((t[:, 0] + 2.0))))"showTikz :: Fix SRTree -> Stringsrtree Data.SRTree.Print Displays a tree in Tikz format
showOutput :: Output -> Fix SRTree -> Stringsrtree Text.ParseSR Returns the corresponding function from Data.SRTree.Print for a given Output.
showSF :: (Show a, Show b) => SF a b -> Stringstep-function Data.Function.Step Show SF as Haskell code
showSF :: (Show a, Show b) => SF a b -> Stringstep-function Data.Function.Step.Discrete.Closed Show SF as Haskell code
showSF :: (Show a, Show b) => SF a b -> Stringstep-function Data.Function.Step.Discrete.Open Show SF as Haskell code
-
streamly Streamly.Internal.FileSystem.Event Convert an Event record to a String representation. Note that the output of this function may be different on different platforms because it may contain platform specific details. Internal