diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-06-11 15:24:27 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-06-11 15:37:04 -0700 |
commit | bac927b9770ff769128b66d13a3e72bf5a9bc514 (patch) | |
tree | dab91026af349d00b0ff352304091d17359c8d70 /docs/users_guide/separate_compilation.xml | |
parent | 28e04de37151f05c35377ec74ac214d0cfa2f521 (diff) | |
download | haskell-bac927b9770ff769128b66d13a3e72bf5a9bc514.tar.gz |
Revert "Support for multiple signature files in scope."
This reverts commit a7524eaed33324e2155c47d4a705bef1d70a2b5b.
Diffstat (limited to 'docs/users_guide/separate_compilation.xml')
-rw-r--r-- | docs/users_guide/separate_compilation.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml index f6b2cba0ce..639c7de160 100644 --- a/docs/users_guide/separate_compilation.xml +++ b/docs/users_guide/separate_compilation.xml @@ -970,11 +970,6 @@ ghc -c A.hs written in a subset of Haskell essentially identical to that of <literal>hs-boot</literal> files.</para> - <para>Signatures can be installed like ordinary module files, - and when multiple signatures are brought into scope under the same - module name, they are merged together if their backing implementations - are the same.</para> - <para>There is one important gotcha with the current implementation: currently, instances from backing implementations will "leak" code that uses signatures, and explicit instance declarations in signatures are |