liqula / react-hs

A GHCJS binding to React based on the Flux design. The flux design pushes state and complicated logic out of the view, allowing the rendering functions and event handlers to be pure Haskell functions.
32 stars 10 forks source link

lambda example: add leftmost reduction strategy, fix normal reduction #68

Closed aische closed 7 years ago

aische commented 7 years ago

normal reduction evaluated the leftmost application of a lambda even if it was inside another lambda. corrected now.

fisx commented 7 years ago

thanks!