Semantic Editor Combinators =========================== Semantic Editor Combinators as described by Conal Elliott (See: <http://conal.net/blog/posts/semantic-editor-combinators/>) and Template Haskell support for automatically creating semantic editor combinators from Algebraic Data Types Installation ============ 1.) Get from github: # clone repository $ git clone git://github.com/urso/sec.git # or download tarball: wget http://github.com/urso/sec/tarball/master # or download zip: wget http://github.com/urso/sec/zipball/master 2.) In sec-directory install using cabal: $ cabal install