Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/accursoft/binding

Data binding for Haskell
https://github.com/accursoft/binding

gtk haskell wxwidgets

Last synced: about 2 months ago
JSON representation

Data binding for Haskell

Awesome Lists containing this project

README

        

GUI Data Binding for Haskell
============================

The core binding framework is in binding-core, enabling data binding between mutable data or lists and IO objects. Usage is demonstrated by HUnit and QuickCheck tests.

GUI wrappers for Gtk2Hs and WxHaskell are provided in binding-gtk and binding-wx respectively. These include demo test programs for both simple data binding and binding lists.