File tree Expand file tree Collapse file tree 2 files changed +374
-42
lines changed Expand file tree Collapse file tree 2 files changed +374
-42
lines changed Original file line number Diff line number Diff line change @@ -974,22 +974,27 @@ type program = item list
974
974
975
975
(* EXPERIMENTAL *)
976
976
type any = [
977
-
978
977
| E of expr
979
978
| S of stmt
980
- | Ss of stmt list
981
-
982
- (* also used for semgrep *)
983
979
| T of type_
984
980
| P of pattern
985
981
| At of attribute
986
982
| Fld of field
987
- | Args of argument list
988
-
983
+ | Ar of argument
984
+ | Pa of parameter
985
+ | Ta of type_argument
986
+ | Tp of type_parameter
987
+ | Ce of catch_exn
988
+ | Cs of case
989
+ | ForOrIfComp of for_or_if_comp
990
+ | En of entity
989
991
(* misc *)
990
992
| I of ident
993
+ | Modn of module_name
994
+ | Di of dotted_ident
995
+ | Lbli of label_ident
991
996
| Str of string wrap_
992
-
993
997
| Tk of tok
994
998
| TodoK of todo_kind
999
+ | Anys of (any list)
995
1000
]
You can’t perform that action at this time.
0 commit comments