From 368a25e4ef14512b00f5799e26c3f615bc540201 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Tue, 22 May 2018 00:07:26 +0200 Subject: [api] Misctypes removal: several moves: - move_location to proofs/logic. - intro_pattern_naming to Namegen. --- dev/base_include | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev') diff --git a/dev/base_include b/dev/base_include index fc38305cca..574bc097e5 100644 --- a/dev/base_include +++ b/dev/base_include @@ -108,8 +108,6 @@ open Inductiveops open Locusops open Find_subterm open Unification -open Miscops -open Miscops open Nativenorm open Typeclasses open Typeclasses_errors -- cgit v1.2.3 From 1dd682b1cafd64dd902e1ae6ea738192eb9b26db Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 2 Jun 2018 04:21:27 +0200 Subject: [api] Add compatiblity Misctypes module. To be removed in 8.10. --- dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh (limited to 'dev') diff --git a/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh b/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh new file mode 100644 index 0000000000..b4f7161395 --- /dev/null +++ b/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh @@ -0,0 +1,8 @@ +_OVERLAY_BRANCH=misctypes+bye2 + +if [ "$CI_PULL_REQUEST" = "7677" ] || [ "$CI_BRANCH" = "_OVERLAY_BRANCH" ]; then + + Equations_CI_BRANCH="$_OVERLAY_BRANCH" + Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + +fi -- cgit v1.2.3