AutoForms-0.5.0: GUI library based upon generic programming (SYB3)ContentsIndex
Graphics.UI.AF.General.MySYB
Description

This module reexports the SYB3 library.

It also makes some extensions to SYB3, namely getFieldFun and setFieldFun.

Synopsis
constructors :: Data ctx a => Proxy ctx -> a -> [Constr]
getFieldFun :: forall a m ctx. (Typeable a, Data ctx m) => Proxy ctx -> Int -> m -> a
setFieldFun :: forall m a ctx. (Data ctx m, Typeable a) => Proxy ctx -> Int -> m -> a -> m
gToString :: (Show a, Typeable a) => a -> String
Documentation
constructors :: Data ctx a => Proxy ctx -> a -> [Constr]
getFieldFun :: forall a m ctx. (Typeable a, Data ctx m) => Proxy ctx -> Int -> m -> a
setFieldFun :: forall m a ctx. (Data ctx m, Typeable a) => Proxy ctx -> Int -> m -> a -> m
A set field fun: parent -> child -> parent
gToString :: (Show a, Typeable a) => a -> String
Function is similar to show, except that strings are shown without escaped ".
Produced by Haddock version 2.0.0.0