Merge pull request #510 from mgold/patch-1

Docs: Use Maybe in annotation
This commit is contained in:
Evan Czaplicki 2014-03-07 19:22:04 -10:00
commit fc8c3e03d3

View file

@ -118,7 +118,7 @@ favorite British sport:
data Sport = Football | Cricket | Snooker
sport : Input Sport
sport : Input (Maybe Sport)
sport = input Nothing
sportDropDown : Element