diff options
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r-- | docs/users_guide/separate_compilation.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst index 8c997f0942..338c438eea 100644 --- a/docs/users_guide/separate_compilation.rst +++ b/docs/users_guide/separate_compilation.rst @@ -588,11 +588,6 @@ The GHC API exposes functions for reading and writing these files. that are being written out. These include testing things properties such as variables not occuring outside of their expected scopes. -The format in which GHC currently stores its typechecked AST, makes it costly -to collect the types for some expressions nodes. For the sake of performance, -GHC currently chooses to skip over these, so not all expression nodes should be -expected to have type information on them. See :ghc-ticket:`16233` for more. - .. _recomp: The recompilation checker |