From 54fdae0929f2a05a89cd5c463b9a739ab2e239b8 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Fri, 5 Apr 2019 02:30:45 +0200 Subject: [api] [proofs] Remove dependency of proofs on interp. We perform some cleanup and remove dependency of `proofs/` on `interp/`, which seems logical. In fact, `interp` + `parsing` are quite self-contained, so if there is interest we could also make tactics to depend directly on proofs. --- proofs/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs/dune') diff --git a/proofs/dune b/proofs/dune index 679c45f6bf..36e9799998 100644 --- a/proofs/dune +++ b/proofs/dune @@ -3,4 +3,4 @@ (synopsis "Coq's Higher-level Refinement Proof Engine and Top-level Proof Structure") (public_name coq.proofs) (wrapped false) - (libraries interp)) + (libraries pretyping)) -- cgit v1.2.3