1type alias Input1a *= ConsA 2 3input1a = 1 4 5type alias Input1b *= ConsB 6 7input1b : Int 8input1b = 2 9