Docs: Use Maybe in annotation

I caught this one just by reading, but it wouldn't be the worst idea to systematically make sure each example compiles.
This commit is contained in:
Max Goldstein 2014-03-07 22:15:22 -05:00
parent 4fcc11a785
commit c65bf4c17f

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