Skip to content

Commit

Permalink
Better documentation for trigger.content
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed May 10, 2024
1 parent d53e0ae commit d449f08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/structures/expr.mli
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ and semantic_trigger =

and trigger = private {
content : t list;
(** List of terms that must be present for this trigger to match.
Sorted using matching heuristics; the first term is estimated as the
least likely to match. *)
semantic : semantic_trigger list;
hyp : t list;
t_depth : int;
Expand Down

0 comments on commit d449f08

Please sign in to comment.