项目作者: accursoft

项目描述 :
Data binding for Haskell
高级语言: Haskell
项目地址: git://github.com/accursoft/binding.git
创建时间: 2019-08-21T11:58:07Z
项目社区:https://github.com/accursoft/binding

开源协议:

下载


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.