let built_behavior_ids l =
  let l =
    if l = [] then [ name_of_default_behavior ] else l
  in
  List.map (fun i -> new identifier i) l