Skip to content
Snippets Groups Projects

Fix Open/Close scope

Merged Jacques-Henri Jourdan requested to merge jh/fix_scopes into master
3 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -269,7 +269,7 @@ Next Obligation.
Qed.
(** ** Generic trees *)
Close Scope positive.
Local Close Scope positive.
Inductive gen_tree (T : Type) : Type :=
| GenLeaf : T gen_tree T
Loading