Popularity
2.5
Stable
Activity
0.0
Stable
1
3
0

Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Dom    
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 type s where s is up to the person using this library.

TODO:

  • create typeclasses for Event, UIEvent and MouseEvent and make each Event an instance of the appropriate class.