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. --- library/misctypes.ml | 86 ---------------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 library/misctypes.ml (limited to 'library') diff --git a/library/misctypes.ml b/library/misctypes.ml deleted file mode 100644 index 7cd1a83be1..0000000000 --- a/library/misctypes.ml +++ /dev/null @@ -1,86 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) -(*