Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. ident :: Attributes -> !BufferId

    yi-core Yi.Types

    No documentation available.

  2. idValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. identDataName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. idp :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  5. idrc :: T

    midi Sound.MIDI.Manufacturer

    No documentation available.

  6. identityMatrix :: Render ()

    cairo Graphics.Rendering.Cairo

    Resets the current transformation matrix (CTM) by setting it equal to the identity matrix. That is, the user-space and device-space axes will be aligned and one user-space unit will transform to one device-space unit.

  7. identity :: Matrix

    cairo Graphics.Rendering.Cairo.Matrix

    No documentation available.

  8. idleGCDelayTime :: GCFlags -> RtsTime

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  9. identityMatrix :: Num e => Sz1 -> Matrix DL e

    massiv Data.Massiv.Array.Numeric

    Create an indentity matrix.

    Example

    >>> import Data.Massiv.Array
    
    >>> identityMatrix 5
    Array DL Seq (Sz (5 :. 5))
    [ [ 1, 0, 0, 0, 0 ]
    , [ 0, 1, 0, 0, 0 ]
    , [ 0, 0, 1, 0, 0 ]
    , [ 0, 0, 0, 1, 0 ]
    , [ 0, 0, 0, 0, 1 ]
    ]
    

  10. idStencil :: Index ix => Stencil ix e e

    massiv Data.Massiv.Array.Stencil

    Identity stencil that does not change the elements of the source array.

Page 283 of many | Previous | Next