-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | An algorithm for parsing Expressions. -- -- The centerpiece of this package is a function called -- expressionToDouble, which parses an expression (in the form of -- a string) and returns a Double. Examples of this function can be found -- by viewing the source code for this module. @package ParserFunction @version 0.0.3 module Text.ParserCombinators.Parsec.ParserFunction expressionToDouble :: String -> [(Char, Double)] -> Double instance Show Expr instance Eq Expr instance Ord Expr