Module Annot.Basic
include S
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval make_basic :
?origin_loc:Utils.Location.t ->
?loop_info:string list ->
unit ->
tval get_origin_loc : t -> Utils.Location.t optionval get_loop_info : t -> string listval make : ?origin_loc:Utils.Location.t -> ?loop_info:string list -> unit -> t