let my_tuple = option::some t[1, 2] let main = match my_tuple { option::some t[ref head, ..] => head; option::none => "foo"; }