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.
readWithBufferOf :: forall (m :: Type -> Type) . MonadIO m => Unfold m (Int, Socket) Word8streamly Streamly.Network.Socket Deprecated: Please use readerWith instead
reader :: forall (m :: Type -> Type) . MonadIO m => Unfold m Socket Word8streamly Streamly.Network.Socket Unfolds a Socket into a byte stream. IO requests to the socket are performed in sizes of defaultChunkSize.
readerWith :: forall (m :: Type -> Type) . MonadIO m => Unfold m (Int, Socket) Word8streamly Streamly.Network.Socket Unfolds the tuple (bufsize, socket) into a byte stream, read requests to the socket are performed using buffers of bufsize.
reader :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString Word8streamly-bytestring Streamly.External.ByteString Unfold a strict ByteString to a stream of Word8.
readChunks :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString (Array Word8)streamly-bytestring Streamly.External.ByteString.Lazy Deprecated: Please use chunkReader instead.
reader :: forall (m :: Type -> Type) . Monad m => Unfold m ByteString Word8streamly-bytestring Streamly.External.ByteString.Lazy Unfold a lazy ByteString to a stream of Word8
-
structs Data.Struct.Internal No documentation available.
-
structs Data.Struct.Internal No documentation available.
readMatrix :: Integral a => Matrix (Ratio a) -> Maybe (SymopGeom a)symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols No documentation available.
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) 与えられた対称操作の行列から、対称操作の幾何的表現を導出