Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed May 10, 2024
1 parent ed5e4a5 commit d53e0ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/structures/expr.ml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ and semantic_trigger =

and trigger = {
content : t list;
(* [content] must be kept sorted in [pat_weight] (see below) order for
matching.
[mk_trigger] enforces this, but functions that modify [content] and must
preserve this order. *)
semantic : semantic_trigger list;
hyp : t list;
t_depth : int;
Expand Down
2 changes: 2 additions & 0 deletions tests/issues/1111.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

unknown

0 comments on commit d53e0ae

Please sign in to comment.