Skip to content

Commit

Permalink
[v8.18] Adapt Ltac2 example to API change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 29, 2024
1 parent f3823f5 commit 719c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ItHolds.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Require Import Ltac2.Ltac2.
Require Import Ltac2.Message.
Local Ltac2 concat_list (ls : message list) : message :=
List.fold_right concat ls (of_string "").
List.fold_right concat (of_string "") ls.

(** Tries to make the assertion [True] with label [label].
Throws an error if this fails, i.e. if the label is already used
Expand Down

0 comments on commit 719c726

Please sign in to comment.