mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-13 05:48:39 +03:00
Merge pull request #456 from chrrasmussen/patch-1
Update reference to %auto_implicits in implementation notes
This commit is contained in:
commit
7920eb8a0e
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user