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. readPVar :: (MonadPrim s m, Prim a) => PVar a s -> m a

    pvar Data.Primitive.PVar

    Read a value from a mutable variable

  2. readOpts :: DB -> !ReadOpts

    rocksdb-haskell-jprupp Database.RocksDB

    No documentation available.

  3. readArray :: (Eq key, SymVal key, SymVal val, HasKind val) => SArray key val -> SBV key -> SBV val

    sbv Data.SBV

    Reading a value from an array.

  4. readBin :: Num a => String -> a

    sbv Data.SBV.Internals

    A more convenient interface for reading binary numbers, also supports negative numbers

  5. readSTree :: (SFiniteBits i, SymVal e) => STree i e -> SBV i -> SBV e

    sbv Data.SBV.Tools.STree

    Reading a value. We bit-blast the index and descend down the full tree according to bit-values.

  6. readArray :: (Eq key, SymVal key, SymVal val, HasKind val) => SArray key val -> SBV key -> SBV val

    sbv Data.SBV.Trans

    Reading a value from an array.

  7. readBedFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer BedEntry m ()

    sequence-formats SequenceFormats.Bed

    No documentation available.

  8. readEigenstrat :: MonadSafe m => FilePath -> FilePath -> FilePath -> m ([EigenstratIndEntry], Producer (EigenstratSnpEntry, GenoLine) m ())

    sequence-formats SequenceFormats.Eigenstrat

    Function to read a full Eigenstrat database from files. Returns a pair of the Eigenstrat Individual Entries, and a joint Producer over the snp entries and the genotypes.

  9. readEigenstratInd :: MonadIO m => FilePath -> m [EigenstratIndEntry]

    sequence-formats SequenceFormats.Eigenstrat

    Function to read an Eigenstrat individual file. Returns the Eigenstrat Individual Entries as list.

  10. readEigenstratSnpFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer EigenstratSnpEntry m ()

    sequence-formats SequenceFormats.Eigenstrat

    Function to read a Snp File from a file. Returns a Pipes-Producer over the EigenstratSnpEntries.

Page 275 of many | Previous | Next