Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. class Identifier ix

    linear-programming Numeric.LinearProgramming.Format

    No documentation available.

  2. IdSizeFun :: SizeFunV v

    liquidhaskell-boot Language.Haskell.Liquid.Types.RType

    x -> F.EVar x

  3. data IdDetails

    liquidhaskell-boot Liquid.GHC.API

    Identifier Details The IdDetails of an Id give stable, and necessary, information about the Id.

  4. data IdInfo

    liquidhaskell-boot Liquid.GHC.API

    Identifier Information An IdInfo gives optional information about an Id. If present it never lies, but it may not be present, in which case there is always a conservative assumption which can be made. Two Ids may have different info even though they have the same Unique (and are hence the same Id); for example, one might lack the properties attached to the other. Most of the IdInfo gives information about the value, or definition, of the Id, independent of its usage. Exceptions to this are demandInfo, occInfo, oneShotInfo and callArityInfo. Performance note: when we update IdInfo, we have to reallocate this entire record, so it is a good idea not to let this data structure get too big.

  5. type family IdP p

    liquidhaskell-boot Liquid.GHC.API

    Maps the "normal" id type for a given pass

  6. newtype Identity a

    netwire Control.Wire

    Identity functor and monad. (a non-strict monad)

    Examples

    >>> fmap (+1) (Identity 0)
    Identity 1
    
    >>> Identity [1, 2, 3] <> Identity [4, 5, 6]
    Identity [1,2,3,4,5,6]
    
    >>> do
    x <- Identity 10
    y <- Identity (x + 5)
    pure (x + y)
    Identity 25
    

  7. Identity :: a -> Identity a

    netwire Control.Wire

    No documentation available.

  8. IdIndexElemDef :: ColId -> IndexElemDef

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

  9. data Ident

    postgresql-syntax PostgresqlSyntax.Ast

    References

    IDENT
    

  10. IdentExtractArg :: Ident -> ExtractArg

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

Page 206 of many | Previous | Next