aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2009-12-16 12:51:18 +0000
committerErlang/OTP <[email protected]>2009-12-16 12:51:18 +0000
commit68f1e606f3307c7bb40d69efe154307207711ede (patch)
tree012fb85d56a18630cc75dd242327b1ba3f4a39e2 /system
parentcb62972ca24198cc13e030adbd0b8a757bdb293c (diff)
downloadotp-68f1e606f3307c7bb40d69efe154307207711ede.tar.gz
otp-68f1e606f3307c7bb40d69efe154307207711ede.tar.bz2
otp-68f1e606f3307c7bb40d69efe154307207711ede.zip
Add a link to EEP8
Suggested by Vlad Dumitrescu.
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/modules.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/doc/reference_manual/modules.xml b/system/doc/reference_manual/modules.xml
index 8b14ca3459..f4885be480 100644
--- a/system/doc/reference_manual/modules.xml
+++ b/system/doc/reference_manual/modules.xml
@@ -167,6 +167,21 @@ fact(0) -> % |
the original user-written file from which the source program
was produced.</p>
</section>
+
+ <section>
+ <title>Types and function specifications</title>
+ <p>The current release implements types and function specifications
+ as described in
+ <url href="http://www.erlang.org/eeps/eep-0008.html">EEP8 -
+Types and function specifications</url>.
+
+ <note>
+ <p>The implementation and EEP8 may not exactly correspond to
+ each other. In a future release, type and function specifications
+ will be described in this reference manual.</p>
+ </note>
+ </p>
+ </section>
</section>
<section>