module Edition.Msg exposing ( Msg(..) ) import Char exposing (KeyCode) type Msg = DeleteLast | AddChar KeyCode