Description
DOM Events expressed as Haskell types.
Description
Please see the README on GitHub at https://github.com/meeshkan/haskell-dom-events#readme
README.md
dom-events
Dom events translated to Haskell.
Some features:
- Translates the most common DOM events to Haskell types.
- Uses type variables for all fields that have DOM-specific types. For example,
target
is of types
wheres
is up to the person using this library.
TODO:
- create typeclasses for
Event
,UIEvent
andMouseEvent
and make each Event an instance of the appropriate class.