Skip to content

Commit 61d1287

Browse files
Propose make too
1 parent 10e5c4b commit 61d1287

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

popl24/exercises/exercises.v

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@
2828
2929
Define print_assumptions : global_env * term -> list kername
3030
31+
**)
32+
3133
Load MetaCoqPrelude.
32-
(* if this does not work for you, compile the file using `coqc -I . "" MetaCoqPrelude`, and instead use the following line *)
34+
(** If the above does not work for you, compile the file using
35+
`coqc -I . "" MetaCoqPrelude` or using `make`
36+
and use (uncomment) the following line instead
37+
**)
3338
(* Require Import MetaCoqPrelude. *)
39+
3440
Require Import List.
3541

3642
Unset Guard Checking.

0 commit comments

Comments
 (0)