Merge pull request #456 from chrrasmussen/patch-1

Update reference to %auto_implicits in implementation notes
This commit is contained in:
Niklas Larsson 2020-07-13 11:53:01 +02:00 committed by GitHub
commit 7920eb8a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,7 @@ names, e.g. in:
... where ``xs`` is a ``Vect n a``, it infers bindings for ``n`` and ``a``.
The ``%auto_implicits`` directive means that it will no longer automatically
The ``%unbound_implicits`` directive means that it will no longer automatically
bind names (that is, ``a`` and ``b`` in ``map`` above) but it will still
infer the types for any additional names, e.g. if you write: