1type alias MyAlias1 = String 2 3type alias MyAlias2 = 4 String 5 6type 7 alias 8 MyAlias3 9 = 10 { x:Float, y:Float } 11 12