| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | Safe |
| Language | Haskell98 |
Recognize.Data.MathParserOptions
Description
Synopsis
Documentation
data MathParserOptions Source #
Parameters for Recognize.Parsing.MathParser
Instances
| Semigroup MathParserOptions Source # | |
Defined in Recognize.Data.MathParserOptions Methods (<>) :: MathParserOptions -> MathParserOptions -> MathParserOptions # sconcat :: NonEmpty MathParserOptions -> MathParserOptions # stimes :: Integral b => b -> MathParserOptions -> MathParserOptions # | |
| Monoid MathParserOptions Source # | |
Defined in Recognize.Data.MathParserOptions Methods mappend :: MathParserOptions -> MathParserOptions -> MathParserOptions # mconcat :: [MathParserOptions] -> MathParserOptions # | |
multByConcatenation :: MathParserOptions -> Bool Source #
interpret ab as a*b
convertToLowercase :: MathParserOptions -> Bool Source #
interpret A5 as a5
functionCallWhitelist :: MathParserOptions -> [Char] Source #
By default we only recognize f,g and h for function calls.