2 lines
94 B
Haskell
2 lines
94 B
Haskell
calcRPNM :: Logger m => String -> m [Double]
|
|
calcRPNM = foldM (verbose interprete) [] . words
|