Skip to content

Instantly share code, notes, and snippets.

{- Can be tested at: http://elm-lang.org/try
-}
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onClick)
import Signal exposing (Signal, Address)
import Random exposing (generate, int, Seed)
import String exposing (concat)