alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
566 stars 76 forks source link

Memoize #126

Open born2defy opened 7 years ago

born2defy commented 7 years ago

In looking at the memoize function, it seems it could be made polymorphic in its Markup EventHandler type and moved out of the HTML module and into Pux so that it could be reused with other Markups. Was there a reason you chose to limit its usage?