aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
authorGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 14:08:18 +0000
committerGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-28 14:08:18 +0000
commit4800380437b6b133c7a9346aafa9c4e2b76527d7 (patch)
tree447b2dfbd93d1e12dc7dcf47f5fd8f105d8d09a1 /proofs
parent4c36f26e02e8c1df3f0851250526d89fd81d8448 (diff)
Elimination du '
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1000 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacinterp.ml b/proofs/tacinterp.ml
index fa2769687..e9eae9ac4 100644
--- a/proofs/tacinterp.ml
+++ b/proofs/tacinterp.ml
@@ -401,7 +401,7 @@ let get_debug () = !debug
(* Interprets any expression *)
let rec val_interp (evc,env,lfun,lmatch,goalopt,debug) ast =
-(* mSGNL [<print_ast ast>]; *)
+(* mSGNL [<print_ast ast>];*)
(* mSGNL [<print_ast (Termast.ast_of_constr false (Pretty.assumptions_for_print []) c)>] *)
let value_interp debug =