Skip to content

Commit

Permalink
fix cbv doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jul 27, 2023
1 parent fe05972 commit f7db0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion coq-builtin.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,8 @@ external pred coq.reduction.lazy.norm i:term, o:term.
% beta and iota redexes
external pred coq.reduction.lazy.bi-norm i:term, o:term.

% [coq.reduction.cbv.norm T Tred] Puts T in weak head normal form.
% [coq.reduction.cbv.norm T Tred] Puts T in normal form using the call by
% value strategy.
% Supported attributes:
% - @redflags! (default coq.redflags.all)
external pred coq.reduction.cbv.norm i:term, o:term.
Expand Down
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3386,7 +3386,7 @@ Supported attributes:
MLCode(Pred("coq.reduction.cbv.norm",
CIn(term,"T",
COut(term,"Tred",
Read(proof_context, {|Puts T in weak head normal form.
Read(proof_context, {|Puts T in normal form using the call by value strategy.
Supported attributes:
- @redflags! (default coq.redflags.all)|}))),
(fun t _ ~depth proof_context constraints state ->
Expand Down

0 comments on commit f7db0f5

Please sign in to comment.