0
0
llucycodes42
;
In the first line, the code declares a type named MyType. The second line defines two variables, one of which contains a Record data structure and the other contains a Algebraic data structure.
Shortcut: data
data ${name:MyType} = ${alt1:Record {}} | ${alt2:Algebraic}