Popularity
2.5
Stable
Activity
0.0
Stable
1
3
0
Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.0.5
Add another 'dom' Package
README
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.