ethul / purescript-angular

AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
MIT License
23 stars 3 forks source link

Add exports for class members #15

Closed garyb closed 9 years ago

garyb commented 9 years ago

And another one (we changed it so it's illegal to export a class without also exporting its members, that may change again later if we make the haskell-like C(x, y) syntax for class exports like we currently have for type/data constructors).

ethul commented 9 years ago

Looks good, thanks!