Ocaml_typing.Stypestype annotation = | Ti_pat : 'k Typedtree.pattern_category
* 'k Typedtree.general_pattern -> annotation| Ti_expr of Typedtree.expression| Ti_class of Typedtree.class_expr| Ti_mod of Typedtree.module_expr| An_call of Ocaml_parsing.Location.t * Annot.call| An_ident of Ocaml_parsing.Location.t * string * Annot.identval record : annotation -> unitval record_phrase : Ocaml_parsing.Location.t -> unitval get_location : annotation -> Ocaml_parsing.Location.tval get_info : unit -> annotation list