summaryrefslogtreecommitdiff
blob: e2906dc4062be0688bb41fd479ce8a8f3b8dbfd1 (plain)
1
2
3
4
5
module Error exposing (Type(..))

type Type =
   IllegalAction
   | Programming