Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. mmap :: FilePath -> IO ByteString

    hw-prim HaskellWorks.Data.ByteString

    No documentation available.

  2. mmapFromForeignRegion :: FromForeignRegion a => FilePath -> IO a

    hw-prim HaskellWorks.Data.FromForeignRegion

    No documentation available.

  3. bImap :: BoxedVectorLike v e => (Int -> a -> b) -> v a -> v b

    hw-prim HaskellWorks.Data.Vector.BoxedVectorLike

    No documentation available.

  4. bMap :: BoxedVectorLike v e => (a -> b) -> v a -> v b

    hw-prim HaskellWorks.Data.Vector.BoxedVectorLike

    No documentation available.

  5. foldMap :: (Storable a, Monoid m) => (a -> m) -> Vector a -> m

    hw-prim HaskellWorks.Data.Vector.Storable

    No documentation available.

  6. mmap :: Storable a => FilePath -> IO (Vector a)

    hw-prim HaskellWorks.Data.Vector.Storable

    MMap the file as a storable vector. If the size of the file is not a multiple of the element size in bytes, then the last few bytes of the file will not be included in the vector.

  7. sImap :: (StorableVectorLike v e, Storable a, Storable b) => (Int -> a -> b) -> v a -> v b

    hw-prim HaskellWorks.Data.Vector.StorableVectorLike

    No documentation available.

  8. sMap :: (StorableVectorLike v e, Storable a, Storable b) => (a -> b) -> v a -> v b

    hw-prim HaskellWorks.Data.Vector.StorableVectorLike

    No documentation available.

  9. toMap :: [Alias] -> Map Target Source

    imp Imp.Type.Alias

    No documentation available.

  10. toMap :: [Package] -> Map Target PackageName

    imp Imp.Type.Package

    No documentation available.

Page 1185 of many | Previous | Next