elm-review/Node.elm
2017-01-08 15:54:10 +01:00

7 lines
81 B
Elm

module Node exposing (..)
type Direction node
= Enter node
| Exit node