| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Recognize.Data.MathParserOutput
Description
Documentation
data MathParserOutput Source #
Constructors
| MathParserOutput | |
Fields
| |
Instances
| Eq MathParserOutput Source # | |
Defined in Recognize.Data.MathParserOutput Methods (==) :: MathParserOutput -> MathParserOutput -> Bool # (/=) :: MathParserOutput -> MathParserOutput -> Bool # | |
| Show MathParserOutput Source # | |
Defined in Recognize.Data.MathParserOutput Methods showsPrec :: Int -> MathParserOutput -> ShowS # show :: MathParserOutput -> String # showList :: [MathParserOutput] -> ShowS # | |
| ToHTML MathParserOutput Source # | |
Defined in Recognize.Data.MathParserOutput | |
| ToXML MathParserOutput Source # | |
Defined in Recognize.Data.MathParserOutput | |
| Pretty MathParserOutput Source # | |
Defined in Recognize.Data.MathParserOutput | |
mathParser :: MathParserOptions -> [String] -> MathParserOutput Source #