Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setLanguagePragmas :: [Text] -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.Code

    Set the language pragmas for the current module.

  2. setModuleFlags :: [ModuleFlag] -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.Code

    Set the given flags for the module.

  3. setModuleMinBase :: BaseVersion -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.Code

    Set the minimum base version supported by the current module.

  4. setupTypelibSearchPath :: [FilePath] -> IO ()

    haskell-gi Data.GI.CodeGen.LibGIRepository

    A convenience function for setting up the typelib search path from the environment. Note that for efficiency reasons this should only be called once per program run. If the list of paths passed in is empty, the environment variable HASKELL_GI_TYPELIB_SEARCH_PATH will be checked. In either case the system directories will be searched after the passed in directories.

  5. setAddrFamily :: Family -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    Set the address family for the given settings. Since 0.1.3

  6. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  7. setHost :: ByteString -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  8. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  9. setPath :: HasPath a => FilePath -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  10. setPort :: HasPort a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

Page 35 of many | Previous | Next