[Added ch13 skel John Goerzen **20070801050128] { adddir ./examples/ch13 addfile ./en/ch13-data.xml hunk ./en/ch13-data.xml 1 + + + + Data Structures + + FIXME: + records + association lists + Data.Map + Mutable storage with MVars + + + + + + + + + addfile ./examples/ch13/data1.hs hunk ./examples/ch13/data1.hs 1 +{-- snippet all --} +data Color = Red | Blue | Green +{-- /snippet all --} + }