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.
readLatch :: Latch a -> Build areactive-banana Reactive.Banana.Prim.Mid Read the value of a Latch at a particular moment in time.
-
rpm-nvr Data.RPM.NV Read an NV Errors if not of the form "name-version"
-
rpm-nvr Data.RPM.NVR read an NVR Errors if not of the form "name-version-release"
-
rpm-nvr Data.RPM.NVRA Parse an NVRA with arch suffix Errors if not of the form "name-version-release[.arch]"
readVerRel :: String -> VerRelrpm-nvr Data.RPM.VerRel Read a version-release Errors if malformed
-
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")] readTime :: ParseTime t => TimeLocale -> String -> String -> tthyme Data.Thyme.Format Parse a string as a ParseTime instance value. Call error if parsing fails.
readsTime :: ParseTime t => TimeLocale -> String -> ReadS tthyme Data.Thyme.Format Produce a ReadS to parse a string as a ParseTime instance value.
readsEnum :: (Bounded a, Enum a, Render a) => Bool -> Bool -> ReadS attc Data.TTC Implement ReadS using parseEnum This implementation expects all of the input to be consumed.
readsWithParse :: Parse a => ReadS attc Data.TTC Implement ReadS using a Parse instance This implementation expects all of the input to be consumed.