Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readLatch :: Latch a -> Build a

    reactive-banana Reactive.Banana.Prim.Mid

    Read the value of a Latch at a particular moment in time.

  2. readNV :: String -> NV

    rpm-nvr Data.RPM.NV

    Read an NV Errors if not of the form "name-version"

  3. readNVR :: String -> NVR

    rpm-nvr Data.RPM.NVR

    read an NVR Errors if not of the form "name-version-release"

  4. readNVRA :: String -> NVRA

    rpm-nvr Data.RPM.NVRA

    Parse an NVRA with arch suffix Errors if not of the form "name-version-release[.arch]"

  5. readVerRel :: String -> VerRel

    rpm-nvr Data.RPM.VerRel

    Read a version-release Errors if malformed

  6. readLitChar :: ReadS Char

    speculate Test.Speculate.Utils

    Read a string representation of a character, using Haskell source-language escape conventions, and convert it to the character that it encodes. For example:

    readLitChar "\\nHello"  =  [('\n', "Hello")]
    

  7. readTime :: ParseTime t => TimeLocale -> String -> String -> t

    thyme Data.Thyme.Format

    Parse a string as a ParseTime instance value. Call error if parsing fails.

  8. readsTime :: ParseTime t => TimeLocale -> String -> ReadS t

    thyme Data.Thyme.Format

    Produce a ReadS to parse a string as a ParseTime instance value.

  9. readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS a

    ttc Data.TTC

    Implement ReadS using parseEnum This implementation expects all of the input to be consumed.

  10. readsWithParse :: Parse a => ReadS a

    ttc Data.TTC

    Implement ReadS using a Parse instance This implementation expects all of the input to be consumed.

Page 241 of many | Previous | Next