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.
readPVar :: (MonadPrim s m, Prim a) => PVar a s -> m apvar Data.Primitive.PVar Read a value from a mutable variable
-
rocksdb-haskell-jprupp Database.RocksDB No documentation available.
readArray :: (Eq key, SymVal key, SymVal val, HasKind val) => SArray key val -> SBV key -> SBV valsbv Data.SBV Reading a value from an array.
readBin :: Num a => String -> asbv Data.SBV.Internals A more convenient interface for reading binary numbers, also supports negative numbers
readSTree :: (SFiniteBits i, SymVal e) => STree i e -> SBV i -> SBV esbv Data.SBV.Tools.STree Reading a value. We bit-blast the index and descend down the full tree according to bit-values.
readArray :: (Eq key, SymVal key, SymVal val, HasKind val) => SArray key val -> SBV key -> SBV valsbv Data.SBV.Trans Reading a value from an array.
readBedFile :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer BedEntry m ()sequence-formats SequenceFormats.Bed No documentation available.
-
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.
readEigenstratInd :: MonadIO m => FilePath -> m [EigenstratIndEntry]sequence-formats SequenceFormats.Eigenstrat Function to read an Eigenstrat individual file. Returns the Eigenstrat Individual Entries as list.
-
sequence-formats SequenceFormats.Eigenstrat Function to read a Snp File from a file. Returns a Pipes-Producer over the EigenstratSnpEntries.