From f377eb3e7c26bdf64f7bb026301e8c3587284594 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 26 Sep 2003 22:58:45 +0000 Subject: Bug about git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4492 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/prettyp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsing/prettyp.ml b/parsing/prettyp.ml index fc31d1d26e..baa65c40ef 100644 --- a/parsing/prettyp.ml +++ b/parsing/prettyp.ml @@ -461,7 +461,7 @@ let print_about ref = let k = locate_any_name ref in begin match k with | Term (ConstRef sp as ref) -> - print_constant false " = " sp + print_constant false " : " sp | Term (IndRef ind as ref) -> let ty = Inductive.type_of_inductive env ind in print_typed_value (mkInd ind, ty) ++ -- cgit v1.2.3