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.
readQueryParams :: Read a => ByteString -> Controller s [a]simple Web.Simple.Controller Like queryParams, but further processes the parameter values with read. If any read-conversion fails, an exception is thrown.
-
simple Web.Simple.Controller.Trans No documentation available.
-
simple Web.Simple.Controller.Trans Like queryParam, but further processes the parameter value with read. If that conversion fails, an exception is thrown.
-
simple Web.Simple.Controller.Trans Like readQueryParam, but throws an exception if the parameter is not present.
-
simple Web.Simple.Controller.Trans Like queryParams, but further processes the parameter values with read. If any read-conversion fails, an exception is thrown.
readFinalPackageDescription :: [(FlagName, Bool)] -> FilePath -> IO PackageDescriptionsimple-cabal SimpleCabal get PackageDescription from a cabal file deprecates finalPackageDescription
readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescriptionsimple-cabal SimpleCabal No documentation available.
-
slynx SLynx.Tools Read sequences of given alphabet from file or standard input.
readUtf8 :: Ptr CChar -> IO Textsqueather Squeather.Internal Reads a UTF-8 text.
readPersistedWatcherState :: FilePath -> IO (Either String (Maybe PersistedWatcherState))status-notifier-item StatusNotifier.Watcher.StateCache No documentation available.