Parcourir la source

changed type_param (no more extends/implements)

Nicolas Cannasse il y a 20 ans
Parent
commit
6e1d778f88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ast.ml

+ 1 - 1
ast.ml

@@ -179,7 +179,7 @@ type type_param_flag =
 	| HExtends of type_path_normal
 	| HExtends of type_path_normal
 	| HImplements of type_path_normal
 	| HImplements of type_path_normal
 
 
-type type_param = string * type_param_flag list
+type type_param = string * type_path_normal list
 
 
 type type_def =
 type type_def =
 	| EClass of string * type_param list * type_param_flag list * (class_field * pos) list
 	| EClass of string * type_param list * type_param_flag list * (class_field * pos) list