Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. pattern POS_INF :: Half

    half Numeric.Half.Internal

    Positive infinity

  2. module HsLua.Packaging

    Tools to create documented Lua functions and modules.

  3. data Parameter e a

    hslua-packaging HsLua.Packaging.Function

    Function parameter.

  4. Parameter :: Peeker e a -> ParameterDoc -> Parameter e a

    hslua-packaging HsLua.Packaging.Function

    No documentation available.

  5. Pairs :: Operation

    hslua-packaging HsLua.Packaging.Module

    the operation of iterating over the object's key-value pairs.

  6. Pow :: Operation

    hslua-packaging HsLua.Packaging.Module

    the exponentiation (^) operation. Behavior similar to the addition operation.

  7. data ParameterDoc

    hslua-packaging HsLua.Packaging.Types

    Documentation for function parameters.

  8. ParameterDoc :: Text -> TypeSpec -> Text -> Bool -> ParameterDoc

    hslua-packaging HsLua.Packaging.Types

    No documentation available.

  9. Pairs :: Operation

    hslua-packaging HsLua.Packaging.UDType

    the operation of iterating over the object's key-value pairs.

  10. data Possible a

    hslua-packaging HsLua.Packaging.UDType

    A property or method which may be available in some instances but not in others.

Page 407 of many | Previous | Next