Skip to content
Snippets Groups Projects
Commit bfb90bca authored by adam's avatar adam Committed by Ben Gamari
Browse files

Remove doubled words

Reviewers: bgamari

Reviewed By: bgamari

Subscribers: rwbarton, thomie, carter

Differential Revision: https://phabricator.haskell.org/D4368
parent 9ff4cce3
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ Compiler
directive on undefined identifiers.
- GHC will no longer automatically infer the kind of higher-rank type synonyms;
you must explicitly explicitly annotate the synonym with a kind signature.
you must explicitly annotate the synonym with a kind signature.
For example, given::
data T :: (forall k. k -> Type) -> Type
......
......@@ -900,9 +900,8 @@ for example).
The threaded runtime system provides the following benefits:
- It enables the :rts-flag:`-N ⟨x⟩` RTS option to be used,
which allows threads to run in parallelparallelism on a
multiprocessormultiprocessorSMP or multicoremulticore machine.
See :ref:`using-smp`.
which allows threads to run in parallel on a multiprocessor
or multicore machine. See :ref:`using-smp`.
- If a thread makes a foreign call (and the call is not marked
``unsafe``), then other Haskell threads in the program will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment