aboutsummaryrefslogtreecommitdiff
path: root/src/Edition/Msg.elm
blob: 546e45b0ef7a7dda6af1f1c904498329215d1ad4 (plain)
1
2
3
4
5
6
7
8
9
module Edition.Msg exposing
  ( Msg(..)
  )

import Char exposing (KeyCode)

type Msg =
  DeleteLast
  | AddChar KeyCode