sig
  type fetching_node =
      [ `Get_stored_target | `Pointer_loop_max_depth of int | `Target_to_add ] *
      [ `Id of string ]
end