From 528dd28a48dd7b1898212e2aae9b43bb19fb91cc Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 23 Mar 2020 15:53:26 -0400 Subject: Fix levels of `<=?` and ` false | S x', S y' => leb x' y' end. - Infix "<=?" := leb (at level 35). + Infix "<=?" := leb (at level 70, no associativity). Theorem leb_total : forall a1 a2, a1 <=? a2 \/ a2 <=? a1. Proof. induction a1; destruct a2; simpl; auto. @@ -269,4 +269,3 @@ End NatOrder. Module Import NatSort := Sort NatOrder. Example SimpleMergeExample := Eval compute in sort [5;3;6;1;8;6;0]. - -- cgit v1.2.3