| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Ideas.Encoding.Request
Description
Documentation
Constructors
| Request | |
Fields
| |
data DataFormat Source #
Instances
| Show DataFormat Source # | |
Defined in Ideas.Encoding.Request Methods showsPrec :: Int -> DataFormat -> ShowS # show :: DataFormat -> String # showList :: [DataFormat] -> ShowS # | |
Constructors
| EncHTML | |
| EncOpenMath | |
| EncString | |
| EncCompact | |
| EncPretty | |
| EncJSON |
htmlOutput :: Request -> Bool Source #
compactOutput :: Request -> Bool Source #
useOpenMath :: Request -> Bool Source #
useJSONTerm :: Request -> Bool Source #
useLogging :: Request -> Bool Source #
discoverDataFormat :: Monad m => String -> m DataFormat Source #