diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-07-16 20:01:26 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-07-16 20:01:26 +0000 |
commit | 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 (patch) | |
tree | 006f610487a8a2557176d085852d3e443c547493 /contrib/interface | |
parent | 3e430c449809e6db5c20c2b5b57fafdd5a230fd3 (diff) |
Nouvelle en-tĂȘte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
-rwxr-xr-x | contrib/interface/blast.ml | 2 | ||||
-rw-r--r-- | contrib/interface/showproof.ml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/interface/blast.ml b/contrib/interface/blast.ml index a7e98b69d..d5236a7a9 100755 --- a/contrib/interface/blast.ml +++ b/contrib/interface/blast.ml @@ -506,7 +506,7 @@ let full_auto n gl = tclTRY (search n db_list (make_local_hint_db gl) hyps) gl let default_full_auto gl = full_auto !default_search_depth gl -(***********************************************************************) +(************************************************************************) let blast_tactic = ref (free_try default_full_auto) ;; diff --git a/contrib/interface/showproof.ml b/contrib/interface/showproof.ml index 5918a8b7e..5b265ec86 100644 --- a/contrib/interface/showproof.ml +++ b/contrib/interface/showproof.ml @@ -1676,7 +1676,7 @@ and natural_induction ig lh g gs ge arg2 ltree with_intros= ]) ltree)) ] -(***********************************************************************) +(************************************************************************) (* Points fixes *) and natural_fix ig lh g gs narg ltree = |