editable

Version 1.0.0.2 revision 0 uploaded by MaxwellSwadling.

Package meta

Synopsis
Interactive editors for Generics
Description

Editable can derive editors for data types.

Add deriving Generic and instance Editable Foo to your data type, and you can launch an editor for it with editor :: Editable a => a -> IO a.

module Demo where

import Data.Editable
import GHC.Generics

data Foo = Bar String Int | Baz Int
  deriving (Show, Generic)

instance Editable Foo

Author
Maxwell Swadling
Bug reports
https://github.com/maxpow4h/editable/issues
Category
Data
Copyright
Copyright (C) 2014 Maxwell Swadling
Homepage
https://github.com/maxpow4h/editable
Maintainer
maxwellswadling@gmail.com
Package URL
n/a
Stability
n/a

Components