1. Error: The abbreviation basic_block expands to type
  2. < add : Type.texpr -> unit; add_terminator : Type.texpr -> unit;
  3. copy : unit -> 'a; does_terminate : unit -> bool;
  4. get_id : unit -> int; is_empty : unit -> bool;
  5. merge : basic_block -> unit;
  6. set_next : basic_block block_next -> unit; terminate : unit -> unit;
  7. to_texpr : unit -> Type.texpr >
  8. but is used with type
  9. < is_empty : unit -> bool; to_expr : unit -> Type.texpr;
  10. to_texpr : unit -> Type.texpr; .. >