add note to fused types docs that they are not supported for attributes of extension...
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Nov 2013 05:34:59 +0000 (06:34 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Nov 2013 05:34:59 +0000 (06:34 +0100)
docs/src/userguide/fusedtypes.rst

index c5bf2f7..19d90ea 100644 (file)
@@ -14,7 +14,12 @@ Java / C#.
 
 .. _generic programming: http://en.wikipedia.org/wiki/Generic_programming
 
-.. Note:: Support is experimental and new in this release, there may be bugs!
+.. Note:: Support is still somewhat experimental, there may be bugs!
+
+.. Note:: Fused types are not currently supported as attributes of extension
+          types.  Only variables and function/method arguments can be declared
+          with fused types.
+
 
 Quickstart
 ==========