Expr
data Expr Source #
Constructors
Defined in Expr
Methods
showsPrec :: Int -> Expr -> ShowS #
show :: Expr -> String #
showList :: [Expr] -> ShowS #
evaluateExpr :: Map Text Double -> Expr -> Maybe Double Source #
isValidName :: Text -> Bool Source #
parseExpr :: Stream s Identity Char => s -> Either ParseError Expr Source #
variablesOf :: Expr -> Set Text Source #