No Subject

1999-01-09 Thread Keith Wansbrough
> Hello! > Anybody has a program that converse natural expresion to inverse polac > expresion in Haskell... > Assuming you mean "infix to Reverse Polish", I guess you need something that will parse mathematical expressions. You might like to check out Happy... it's a parser generator for Hask

naming constants

1999-01-09 Thread S.D.Mechveliani
Here is a small awkwardness with naming. Example. Defining the operation of the set cardinality, we put naturally that it may return FiniteCard n, n >= 0 :: Integer InfiniteCard, UnknownCard But in this case, - as in many others, - t