prefix-expression-1.0.1
Text.Exp.Prefix
Description
Convert infix exp to prefix exp. The expression's operators contains: + - * / ^ || && ! =~ ( )
+ - * / ^ || && ! =~ ( )
fromInfix :: String -> Either String String Source #