mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
%auto_implicit has been renamed to %unbound_implicits
This commit is contained in:
parent
b3bb73cfd6
commit
6211922960
@ -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