i1 : html LABEL { "b" }
o1 = <label>b</label>
|
i2 : LABEL { "title" => "a", "b" }
o2 = b
o2 : LABEL
|
The object LABEL is a markup type, with ancestor classes Hypertext < BasicList < Thing.