[Haskell-cafe] Call for GUI examples - Functional Reactive Programming

Mats Rauhala mats.rauhala at gmail.com
Fri Jul 8 11:04:40 CEST 2011


Before asking the stackoverflow question, I tried to create a gui with
three text fields, which would be reflected on the other side as labels.
The data the fields would represent was:

data Person = Person {
        name :: String
    ,   age :: Int
    ,   location :: Maybe String
}

I believe this is a good example as this shows converting String -> Int,
and handling values that might or might not exist.

-- 
Mats Rauhala
MasseR
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110708/bda8a3dc/attachment.pgp>


More information about the Haskell-Cafe mailing list