Skip to content

Commit

Permalink
Merge branch 'coq8.12' into coq8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed May 3, 2022
2 parents 11203c3 + e27cfef commit c0781d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ theories/Init/%.v:
@mkdir -p $(dir $@)
@cp $(COQLIB)$@ $@

theories/Classes/SetoidTactics.v:
@echo "Linking $@"
@mkdir -p $(dir $@)
@cp $(COQLIB)$@ $@

%.v %.cmxs:
@echo "Linking $@"
@mkdir -p $(dir $@)
Expand Down
8 changes: 4 additions & 4 deletions stdlib-inject.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f79ba3941618a0e8b13a0b44ca3e25d6f99d37b0 Mon Sep 17 00:00:00 2001
From d5ebfffbf6a97b4122291c1f6f14deebf96a4d6a Mon Sep 17 00:00:00 2001
From: Lasse Blaauwbroek <[email protected]>
Date: Wed, 10 Nov 2021 22:16:23 +0100
Subject: [PATCH] Patch to inject Tactician into the standard library
Expand All @@ -8,7 +8,7 @@ Subject: [PATCH] Patch to inject Tactician into the standard library
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/theories/Init/Ltac.v b/theories/Init/Ltac.v
index ac5a69a38a..df188a5af7 100644
index ac5a69a38a..0caebd8ff9 100644
--- a/theories/Init/Ltac.v
+++ b/theories/Init/Ltac.v
@@ -8,6 +8,5 @@
Expand All @@ -18,8 +18,8 @@ index ac5a69a38a..df188a5af7 100644
-Declare ML Module "ltac_plugin".
-
-Export Set Default Proof Mode "Classic".
+From Tactician Require Export Ltac1.Record.
+Load "Ltac1/Record".
+Export Set Default Proof Mode "Tactician Ltac1".
--
2.34.0
2.36.0

0 comments on commit c0781d7

Please sign in to comment.