Skip to content
Snippets Groups Projects

Add a Notation for `sn`: strongly normalizing.

Merged Robbert Krebbers requested to merge robbert/sn into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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 *)
Loading