diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-01 14:33:15 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-01 14:33:16 +0100 |
commit | 02e3ce0bc65f586376c3d2ecab498a4c5a3f6a54 (patch) | |
tree | c801635bc3cb49b9fb31fec2cc352aca0986d7dc /docs | |
parent | 2ad46a860f0b648aaeff224109b6045da30304d7 (diff) | |
download | haskell-02e3ce0bc65f586376c3d2ecab498a4c5a3f6a54.tar.gz |
Typo in docs
Spelling mistakes fixed,
* identiy > identity
* suprising > surprising
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1871
Diffstat (limited to 'docs')
-rw-r--r-- | docs/backpack/algorithm.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/backpack/algorithm.tex b/docs/backpack/algorithm.tex index c98781c6ad..1c5adbd91f 100644 --- a/docs/backpack/algorithm.tex +++ b/docs/backpack/algorithm.tex @@ -198,7 +198,7 @@ in a Cabal package, including the name and version of the containing package, the transitive dependencies of the component, and even the build information for the component. This ID is opaque to GHC and selected by Cabal (although GHC may take a component ID and suffix it with a unit name to -derive a new component ID.) Component IDs identiy entries in the +derive a new component ID.) Component IDs identity entries in the \textbf{component database}, which contains the results of typechecking a component, but no actual object code. However, it does contain the elaborated source, so that it can be built into actual code when @@ -1152,7 +1152,7 @@ provide a record selector. This capability seems quite attractive, although in practice record selectors rarely seem to be abstracted this way: one reason is that \verb|M.foo| still \emph{is} a record selector, and can be used to modify a record. (Many library authors find this -suprising!) +surprising!) Nor does this seem to be an insurmountable instance of the avoidance problem: |