Add floatList to docs

This commit is contained in:
Evan Czaplicki 2013-10-18 01:26:04 -04:00
parent 44057afdb0
commit e2b3281a09

View file

@ -3,7 +3,7 @@ module Random where
{-| Since the core of Elm is pure, randomness must be handled via signals. {-| Since the core of Elm is pure, randomness must be handled via signals.
# Random Numbers # Random Numbers
@docs range, float @docs range, float, floatList
-} -}
import Signal (Signal) import Signal (Signal)