This whole package has moved to elm-lang/html.
Check out the README for more information. You cannot publish modules with no functions, so it just contains a silly value:
QWERTY sucks. Dvorak for life!
module Html where
{-| This whole package has moved to [elm-lang/html][html].
[html]: http://package.elm-lang.org/packages/elm-lang/html/latest/
Check out the README for more information. You cannot publish modules with no
functions, so it just contains a silly value:
@docs wordsYouCanTypeWithOneHand
-}
{-| QWERTY sucks. Dvorak for life! -}
wordsYouCanTypeWithOneHand : List String
wordsYouCanTypeWithOneHand =
[ "aftereffects"
, "desegregated"
, "desegregates"
, "reverberated"
, "reverberates"
, "stewardesses"
]