File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 *
44 *)
55
6+ Require Import Arith.
67Require Import VST.msl.base.
78Require Import VST.msl.ageable.
89Require Import VST.msl.predicates_hered.
910
10- Import Arith.
11-
1211Local Open Scope pred.
1312
1413Section Fash.
Original file line number Diff line number Diff line change 1+ Require Import RelationClasses.
12Require Import ZArith Znumtheory.
23Require Import Coq.Lists.List.
34Require Import Lia.
@@ -1030,8 +1031,8 @@ Section Sorted.
10301031Variable A : Type.
10311032Variable d : Inhabitant A.
10321033Variable le : A -> A -> Prop.
1033- Context {Hrefl : Relations_1. Reflexive A le}.
1034- Context {Htrans : Relations_1. Transitive le}.
1034+ Context {Hrefl : Reflexive le}.
1035+ Context {Htrans : Transitive le}.
10351036
10361037Definition sorted (l : list A) :=
10371038 forall i j, 0 <= i <= j /\ j < Zlength l -> le (Znth i l) (Znth j l).
You can’t perform that action at this time.
0 commit comments