diff options
Diffstat (limited to 'typing/types.ml')
-rw-r--r-- | typing/types.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/types.ml b/typing/types.ml index 9954d56c4..81efda3b8 100644 --- a/typing/types.ml +++ b/typing/types.ml @@ -91,7 +91,7 @@ and value_kind = | Val_ivar of mutable_flag * string (* Instance variable (mutable ?) *) | Val_self of (Ident.t * type_expr) Meths.t ref * (Ident.t * Asttypes.mutable_flag * type_expr) Vars.t ref * - string + string * type_expr (* Self *) | Val_anc of (string * Ident.t) list * string (* Ancestor *) |