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.

  1. showListConst :: Show a => String -> a -> p -> String -> String

    dice Data.Random.Dice

    No documentation available.

  2. showRational :: (Show a1, Ord a2, Num a1, Num a2, Eq a1) => a2 -> Ratio a1 -> ShowS

    dice Data.Random.Dice

    No documentation available.

  3. showRationalWithDouble :: Ratio Integer -> ShowS

    dice Data.Random.Dice

    No documentation available.

  4. showScalarConst :: Show a => String -> a -> p -> String -> String

    dice Data.Random.Dice

    No documentation available.

  5. showSimpleConst :: (Ord a1, Num a1) => (a1 -> a2 -> ShowS) -> p -> [a2] -> a1 -> ShowS

    dice Data.Random.Dice

    No documentation available.

  6. showSimpleListConst :: Show a => String -> [a] -> Int -> ShowS

    dice Data.Random.Dice

    No documentation available.

  7. showSimpleRationalConst :: p -> [Ratio Integer] -> Integer -> ShowS

    dice Data.Random.Dice

    No documentation available.

  8. showFFromStrVec :: Int -> Float -> String -> String

    dobutokO2 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)>))"
    

  9. showD :: Params -> String

    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.

  10. showToError :: Show a => a -> Error

    error 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.

Page 169 of many | Previous | Next