aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorletouzey2011-10-15 15:06:27 +0000
committerletouzey2011-10-15 15:06:27 +0000
commitffaa47e6890d7aada9be1576edf26399ae9e1b50 (patch)
treec833d51c32531b1e80ace06202fefac11b9e8954 /dev
parent13db16609d4db3f174f718184cc36afb02e043ea (diff)
dev/base_include: display a nice message at the end of the load
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14563 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/base_include b/dev/base_include
index 0d236db1fc..d112596502 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -202,3 +202,7 @@ let pf_e gl s =
open Toplevel
let go = loop
+let _ =
+ print_string
+ ("\n\tOcaml toplevel with Coq printers and utilities (use go();; to exit)\n\n");
+ flush_all()