Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/lang/value.ml
  • Loading branch information
toots authored Sep 12, 2024
commit 374d0c060607312b42d468292602e7cd0520ab9a
2 changes: 1 addition & 1 deletion src/lang/value.ml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and t =
pos : Pos.Option.t; [@hash.ignore]
value : Custom.t; [@hash.ignore]
methods : t Methods.t;
dynamic_methods : dynamic_methods option; [@hash.ignore]
dynamic_methods : dynamic_methods option;
mutable flags : Flags.flags; [@hash.ignore]
}
| List of {
Expand Down