elm-review/Node.elm

7 lines
81 B
Elm
Raw Normal View History

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