aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/constrextern.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 09:26:08 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-14 09:26:08 +0000
commit9330bf650ca602884c5c4c69c2fb3e94ee32838b (patch)
tree5947d599c9c408680236995b11a47ab93703b701 /interp/constrextern.mli
parent02077f5b5e132e135be778c201e74a5eb87b97ae (diff)
Implemented a full-fledged equality on [constr_expr]. By the way,
some cleaning of the interface and moving of code. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16066 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/constrextern.mli')
-rw-r--r--interp/constrextern.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/interp/constrextern.mli b/interp/constrextern.mli
index 91ad86381..0ca25656f 100644
--- a/interp/constrextern.mli
+++ b/interp/constrextern.mli
@@ -22,8 +22,6 @@ open Notation_term
open Notation
open Misctypes
-val is_same_type : constr_expr -> constr_expr -> bool
-
(** Translation of pattern, cases pattern, glob_constr and term into syntax
trees for printing *)