Skip to content
Snippets Groups Projects
Commit 67f3b316 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'robbert/sn' into 'master'

Add a Notation for `sn`: strongly normalizing.

See merge request robbertkrebbers/coq-stdpp!25
parents 03966a39 c349ec80
No related branches found
No related tags found
1 merge request!25Add a Notation for `sn`: strongly normalizing.
Pipeline #
......@@ -54,6 +54,9 @@ Section definitions.
| ex_loop_do_step x y : R x y ex_loop y ex_loop x.
End definitions.
(* Strongly normalizing elements *)
Notation sn R := (Acc (flip R)).
Hint Unfold nf red.
(** * General theorems *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment