Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readWithBufferOf :: forall (m :: Type -> Type) . MonadIO m => Unfold m (Int, Socket) Word8

    streamly Streamly.Network.Socket

    Deprecated: Please use readerWith instead

  2. reader :: forall (m :: Type -> Type) . MonadIO m => Unfold m Socket Word8

    streamly Streamly.Network.Socket

    Unfolds a Socket into a byte stream. IO requests to the socket are performed in sizes of defaultChunkSize.

  3. readerWith :: forall (m :: Type -> Type) . MonadIO m => Unfold m (Int, Socket) Word8

    streamly Streamly.Network.Socket

    Unfolds the tuple (bufsize, socket) into a byte stream, read requests to the socket are performed using buffers of bufsize.

  4. reader :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString Word8

    streamly-bytestring Streamly.External.ByteString

    Unfold a strict ByteString to a stream of Word8.

  5. readChunks :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString (Array Word8)

    streamly-bytestring Streamly.External.ByteString.Lazy

    Deprecated: Please use chunkReader instead.

  6. reader :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString Word8

    streamly-bytestring Streamly.External.ByteString.Lazy

    Unfold a lazy ByteString to a stream of Word8

  7. readMutableByteArraySmallArray# :: SmallMutableArray# s (Any :: Type) -> Int# -> State# s -> (# State# s, MutableByteArray# s #)

    structs Data.Struct.Internal

    No documentation available.

  8. readSmallMutableArraySmallArray# :: SmallMutableArray# s (Any :: Type) -> Int# -> State# s -> (# State# s, SmallMutableArray# s (Any :: Type) #)

    structs Data.Struct.Internal

    No documentation available.

  9. readMatrix :: Integral a => Matrix (Ratio a) -> Maybe (SymopGeom a)

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols

    No documentation available.

  10. readMatrix' :: (MonadFail m, Integral a) => Matrix (Ratio a) -> m (SymopGeom a)

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols

    Derivation of geometric representation of symmetry operations from given matrix of symmetry operations jpn) 与えられた対称操作の行列から、対称操作の幾何的表現を導出

Page 332 of many | Previous | Next