Skip to content Skip to sidebar Skip to footer
Showing posts with the label Haskell

Equivalent Of Python Eval In Haskell

There is function in python called eval that takes string input and evaluates it. >>> x = … Read more Equivalent Of Python Eval In Haskell