ChrisPenner / rasa

Extremely modular text editor built in Haskell
GNU General Public License v3.0
614 stars 42 forks source link

Generalize trigger function types to abstract void Actions #35

Closed samcal closed 7 years ago

samcal commented 7 years ago

We can call void while making the hook so that we don't need to remember to do it everywhere else.

ChrisPenner commented 7 years ago

Looks good; thanks for finding it in the docs too!