Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. decodeSequenceGIF :: (ColorModel cs e, MonadThrow m) => Sequence GIF -> ByteString -> m [Image S cs e]

    massiv-io Data.Massiv.Array.IO

    Decode a sequence of Gif images

  2. decodeSequenceWithMetadataGIF :: (ColorModel cs e, MonadThrow m) => Sequence GIF -> ByteString -> m ([Image S cs e], [GifDelay])

    massiv-io Data.Massiv.Array.IO

    Decode a sequence of Gif images

  3. c'netcode_client_next_packet_sequence :: Ptr C'netcode_client_t -> IO Word64

    netcode-io Bindings.Netcode.IO

    No documentation available.

  4. c'netcode_server_next_packet_sequence :: Ptr C'netcode_server_t -> CInt -> IO Word64

    netcode-io Bindings.Netcode.IO

    No documentation available.

  5. p'netcode_client_next_packet_sequence :: FunPtr (Ptr C'netcode_client_t -> IO Word64)

    netcode-io Bindings.Netcode.IO

    No documentation available.

  6. p'netcode_server_next_packet_sequence :: FunPtr (Ptr C'netcode_server_t -> CInt -> IO Word64)

    netcode-io Bindings.Netcode.IO

    No documentation available.

  7. nextClientPacketSequence :: Client -> IO Word64

    netcode-io Netcode.IO

    Returns the sequence number of the next packet that the Client will send.

  8. nextServerPacketSequence :: Server -> Int -> IO Word64

    netcode-io Netcode.IO

    Returns the next sequence number of a packet destined for the client at the given client index.

  9. packetSequenceNumber :: Packet -> Word64

    netcode-io Netcode.IO

    The sequence number for this packet.

  10. data OEISSequence

    oeis Math.OEIS

    Data structure for storing an OEIS entry. For more information on the various components, see http://oeis.org/eishelp2.html.

Page 82 of many | Previous | Next