diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
commit | f95e7f4a59d96af3241a6e6909be59b3781d467e (patch) | |
tree | 33a87919abbf787386a3ad40afa4b4685b210614 /stdlib/camlinternalMod.mli | |
parent | a4f3f01982a4d36a3013cdb4fb1f5406f045be69 (diff) | |
download | ocaml-f95e7f4a59d96af3241a6e6909be59b3781d467e.tar.gz |
uniformization of the warnings at the head of the hidden sections of the .mli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12243 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/camlinternalMod.mli')
-rw-r--r-- | stdlib/camlinternalMod.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/camlinternalMod.mli b/stdlib/camlinternalMod.mli index dc8c61ca06..bc59f19564 100644 --- a/stdlib/camlinternalMod.mli +++ b/stdlib/camlinternalMod.mli @@ -13,6 +13,10 @@ (* $Id$ *) +(** Run-time support for recursive modules. + All functions in this module are for system use only, not for the + casual user. *) + type shape = | Function | Lazy |