Skip to content

Commit d1e5a14

Browse files
committed
more
1 parent 5b1fede commit d1e5a14

File tree

3 files changed

+156
-114
lines changed

3 files changed

+156
-114
lines changed

ast_generic_v1.atd

+2-2
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ type type_ = [
589589
* Most record types are defined via a TypeDef and are then referenced
590590
* via a TyName. Here we have flexible record types (a.k.a. rows in OCaml).
591591
*)
592-
| TyRecordAnon of (class_kind wrap (* 'struct/shape', fake in other *)* field list bracket)
592+
| TyRecordAnon of (class_kind wrap_ (* 'struct/shape', fake in other *)* field list bracket)
593593

594594
(* For languages such as Python which abuse expr to represent types.*)
595595
| TyExpr of expr
@@ -730,7 +730,7 @@ type type_parameter_classic = {
730730
(* for Rust/C++. Similar to parameter_classic, but with type here. *)
731731
tp_default : type_ option;
732732
(* declaration-site variance (Kotlin/Hack/Scala) *)
733-
tp_variance : variance wrap option;
733+
tp_variance : variance wrap_ option;
734734
}
735735

736736
(* TODO bracket *)

0 commit comments

Comments
 (0)