Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Callback :: Int -> BatchResults -> JSValueReceived -> JSValueReceived -> JSValueReceived -> [JSValueReceived] -> Results

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  2. FreeCallback :: JSValueForSend -> AsyncCommand

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  3. type JSCallAsFunction = JSVal -> JSVal -> [JSVal] -> JSM ()

    jsaddle Language.Javascript.JSaddle.Types

    Type used for Haskell functions called from JavaScript.

  4. type JSaddleHasCallStack = ()

    jsaddle Language.Javascript.JSaddle.Types

    Like HasCallStack, but only when jsaddle cabal flag check-unchecked is set

  5. NewAsyncCallback :: JSValueForSend -> AsyncCommand

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  6. NewSyncCallback :: JSValueForSend -> AsyncCommand

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  7. addCallback :: JSContextRef -> Object -> JSCallAsFunction -> IO ()

    jsaddle Language.Javascript.JSaddle.Types

    No documentation available.

  8. toJSValListOf :: ToJSVal a => [a] -> JSM JSVal

    jsaddle Language.Javascript.JSaddle.Value

    No documentation available.

  9. module Algebra.OccasionallyScalar

    There are several types of numbers where a subset of numbers can be considered as set of scalars.

    • A '(Complex.T Double)' value can be converted to Double if the imaginary part is zero.
    • A value with physical units can be converted to a scalar if there is no unit.
    Of course this can be cascaded, e.g. a complex number with physical units can be converted to a scalar if there is both no imaginary part and no unit. This is somewhat similar to the multi-type classes NormedMax.C and friends. I hesitate to define an instance for lists to avoid the mess known of MatLab. But if you have an application where you think you need this instance definitely I'll think about that, again.

  10. arctanSmall :: Integer -> Integer -> Integer

    numeric-prelude Number.FixedPoint

    No documentation available.

Page 536 of many | Previous | Next