• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. identity :: Socket a -> IO ByteString

    zeromq4-haskell System.ZMQ4

    zmq_getsockopt ZMQ_IDENTITY.

  2. identity :: ZMQOption

    zeromq4-haskell System.ZMQ4.Internal.Base

    No documentation available.

  3. identity :: Socket z t -> ZMQ z ByteString

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  4. identity :: Matrix

    HPDF Graphics.PDF.Coordinates

    Identity matrix

  5. idle :: IMAPConnection -> Int -> IO ()

    HaskellNet Network.HaskellNet.IMAP

    No documentation available.

  6. idamage :: ItemKind -> Dice

    LambdaHack Game.LambdaHack.Content.ItemKind

    basic kinetic damage

  7. idesc :: ItemKind -> Text

    LambdaHack Game.LambdaHack.Content.ItemKind

    description

  8. identifyIid :: MonadServerAtomic m => ItemId -> Container -> ContentId ItemKind -> ItemKind -> m ()

    LambdaHack Game.LambdaHack.Server.HandleEffectM

    No documentation available.

  9. idOp :: Op '[a] a

    backprop Numeric.Backprop

    An Op that just returns whatever it receives. The identity function.

    idOp = opIso id id
    

  10. idOp :: Op '[a] a

    backprop Numeric.Backprop.Explicit

    An Op that just returns whatever it receives. The identity function.

    idOp = opIso id id
    

Page 299 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete