hplayground-0.1.0.3: a client-side haskell framework that compiles to javascript with the haste compiler

Safe HaskellNone

Haste.HPlay.Cell

Description

 

Documentation

data Cell a Source

Constructors

Cell 

Fields

mk :: Maybe a -> Widget a
 
setter :: a -> IO ()
 
getter :: IO a
 

Instances

Num a => Num (Cell a) 

boxCell :: (Read a, Show a, Typeable a) => String -> Cell aSource

(.=) :: MonadIO m => Cell a -> a -> m ()Source

get :: MonadIO m => Cell a -> m aSource

(..=) :: (MonadIO ((->) a1), MonadIO m) => (a -> Cell a1) -> Cell a -> a1 -> m ()Source