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. 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.

  2. readParamValue :: forall (m :: Type -> Type) a s . (Monad m, Read a) => ByteString -> Text -> ControllerT s m a

    simple Web.Simple.Controller.Trans

    No documentation available.

  3. readQueryParam :: forall (m :: Type -> Type) a s . (Monad m, Read a) => ByteString -> ControllerT s m (Maybe a)

    simple Web.Simple.Controller.Trans

    Like queryParam, but further processes the parameter value with read. If that conversion fails, an exception is thrown.

  4. readQueryParam' :: forall (m :: Type -> Type) a s . (Monad m, Read a) => ByteString -> ControllerT s m a

    simple Web.Simple.Controller.Trans

    Like readQueryParam, but throws an exception if the parameter is not present.

  5. readQueryParams :: forall (m :: Type -> Type) a s . (Monad m, Read a) => ByteString -> ControllerT s m [a]

    simple Web.Simple.Controller.Trans

    Like queryParams, but further processes the parameter values with read. If any read-conversion fails, an exception is thrown.

  6. readFinalPackageDescription :: [(FlagName, Bool)] -> FilePath -> IO PackageDescription

    simple-cabal SimpleCabal

    get PackageDescription from a cabal file deprecates finalPackageDescription

  7. readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescription

    simple-cabal SimpleCabal

    No documentation available.

  8. readSeqs :: (HasLock e, HasLogHandles e, HasVerbosity e) => Alphabet -> FilePath -> Logger e [Sequence]

    slynx SLynx.Tools

    Read sequences of given alphabet from file or standard input.

  9. readUtf8 :: Ptr CChar -> IO Text

    squeather Squeather.Internal

    Reads a UTF-8 text.

  10. readPersistedWatcherState :: FilePath -> IO (Either String (Maybe PersistedWatcherState))

    status-notifier-item StatusNotifier.Watcher.StateCache

    No documentation available.

Page 328 of many | Previous | Next