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