Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showListConst :: Show a => String -> a -> p -> String -> Stringdice Data.Random.Dice No documentation available.
showRational :: (Show a1, Ord a2, Num a1, Num a2, Eq a1) => a2 -> Ratio a1 -> ShowSdice Data.Random.Dice No documentation available.
showRationalWithDouble :: Ratio Integer -> ShowSdice Data.Random.Dice No documentation available.
showScalarConst :: Show a => String -> a -> p -> String -> Stringdice Data.Random.Dice No documentation available.
showSimpleConst :: (Ord a1, Num a1) => (a1 -> a2 -> ShowS) -> p -> [a2] -> a1 -> ShowSdice Data.Random.Dice No documentation available.
showSimpleListConst :: Show a => String -> [a] -> Int -> ShowSdice Data.Random.Dice No documentation available.
showSimpleRationalConst :: p -> [Ratio Integer] -> Integer -> ShowSdice Data.Random.Dice No documentation available.
showFFromStrVec :: Int -> Float -> String -> StringdobutokO2 DobutokO.Sound.FunctionF Experimental show for f::Float -> Vector (Float,Float) that is used only for visualisation. It is correct only with maybeFFromStrVec or equivalent function. Because the shape of the f is known the function can be defined.
showFFromStrVec (-1) 440 "[(25.358,0.3598),(489.35,0.4588962),(795.35,0.6853)]" "(440.00,(\t -> <(0.05763181818181818 * t, 0.3598),(1.112159090909091 * t, 0.4588962),(1.8076136363636364 * t, 0.6853)>))"
-
dobutokO2 DobutokO.Sound.Functional.Params A way to show not the (somewhat algebraic) structure of the Params (as the usual show does), but the contained frequencies in it.
showToError :: Show a => a -> Errorerror Data.Error Create an error from a Show type. If your type implements Exception, it is usually better to use exceptionToError instead. Strings produced by show are usually not very user-friendly. Note: goes via String, so not efficient.