Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. setMimeTypeTable :: MimeTypeTable -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.MimeTypeTable

    set the table mapping of file extensions to mime types in the system state Default table is defined in MimeTypeDefaults. This table is used when reading loacl files, (file: protocol) to determine the mime type

  2. setMimeTypeTableFromFile :: FilePath -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.MimeTypeTable

    set the table mapping of file extensions to mime types by an external config file The config file must follow the conventions of etcmime.types on a debian linux system, that means all empty lines and all lines starting with a # are ignored. The other lines must consist of a mime type followed by a possible empty list of extensions. The list of extenstions and mime types overwrites the default list in the system state of the IOStateArrow

  3. setTraceCmd :: (Int -> String -> IO ()) -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TraceHandling

    set the global trace command. This command does the trace output

  4. setTraceLevel :: Int -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TraceHandling

    set the global trace level

  5. setS :: Selector s a -> a -> s -> s

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  6. setSysAttr :: String -> IOStateArrow s String String

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    store a string in global state under a given attribute name

  7. setSysAttrInt :: String -> Int -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    store an int value in global state

  8. setSysAttrString :: String -> String -> IOStateArrow s b b

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  9. setSysVar :: Selector XIOSysState c -> IOStateArrow s c c

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  10. setUserState :: IOStateArrow s s s

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    set the user defined part of the state

Page 268 of many | Previous | Next