HeinrichApfelmus / reactive-banana

Library for functional reactive programming in Haskell.
https://wiki.haskell.org/Reactive-banana
522 stars 71 forks source link

Export more symbols in `Reactive.Banana.Prim` #156

Closed mitchellwrosen closed 5 years ago

mitchellwrosen commented 7 years ago

Hi, I see many unclickable words in the Reactive.Banana.Prim documentation:

Is there a reason these are not exported, or should they be? Thanks!

HeinrichApfelmus commented 7 years ago

They are not exported, because they are for internal use only. Normally, one would wrap type synonyms in newtypes, so that stuff like this doesn't show up, but I didn't bother, because Reactive.Banana.Prim is not meant to be consumed by the ordinary user.