Skip to content

accursoft/binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.