Skip to content

Commit 6e22b67

Browse files
Move instructions earlier
1 parent 61d1287 commit 6e22b67

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

popl24/exercises/exercises.v

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
(*** MetaCoq Tutorial @ POPL 2024 ***)
22

3+
Load MetaCoqPrelude.
4+
(** If the above does not work for you, compile the file using
5+
`coqc -I . "" MetaCoqPrelude` or using `make`
6+
and use (uncomment) the following line instead
7+
**)
8+
(* Require Import MetaCoqPrelude. *)
9+
10+
Require Import List.
11+
312
(** EXERCISE ** Print Assumptions
413
514
A recent question on coq-club asked
@@ -30,15 +39,6 @@
3039
3140
**)
3241

33-
Load MetaCoqPrelude.
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-
**)
38-
(* Require Import MetaCoqPrelude. *)
39-
40-
Require Import List.
41-
4242
Unset Guard Checking.
4343
Section fix_Σ.
4444

0 commit comments

Comments
 (0)