aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/stale-load-path/b/b.v
blob: e021cf7a2c2470c51be9d60f753d823577caf739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(* This file depends on ../a/Le.v *)

Require Le.

(* The next print should work. *)
Print Le.a.

(* The next print should not work. *)
Print Le.le_refl.


(*** Local Variables: ***)
(*** coq-load-path: ("../a") ***)
(*** End: ***)