| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Text.Pandoc.Server
Documentation
data ServerOpts Source #
Constructors
| ServerOpts | |
Fields
| |
Instances
| Show ServerOpts Source # | |
Defined in Text.Pandoc.Server Methods showsPrec :: Int -> ServerOpts -> ShowS # show :: ServerOpts -> String # showList :: [ServerOpts] -> ShowS # | |
Constructors
| Params | |
Constructors
| Blob ByteString |
Instances
| Show Blob Source # | |
| Eq Blob Source # | |
| FromJSON Blob Source # | |
Defined in Text.Pandoc.Server | |
| ToJSON Blob Source # | |
Defined in Text.Pandoc.Server Methods toEncoding :: Blob -> Encoding toJSONList :: [Blob] -> Value toEncodingList :: [Blob] -> Encoding | |