mirror of
https://github.com/correl/elm.git
synced 2024-11-16 11:09:29 +00:00
11 lines
130 B
Elm
11 lines
130 B
Elm
module SpaceAge exposing (..)
|
|
|
|
type Planet
|
|
= Mercury
|
|
| Venus
|
|
| Earth
|
|
| Mars
|
|
| Jupiter
|
|
| Saturn
|
|
| Uranus
|
|
| Neptune
|