mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 04:43:25 +03:00
Merge pull request #252 from gallais/updates-cleanup
[ cosmetic ] cleanup trailing whitespace + typos
This commit is contained in:
commit
e45e562a95
@ -196,7 +196,7 @@ Linearity
|
||||
---------
|
||||
|
||||
Full details on linear arguments with multiplicity ``1`` are given in Section
|
||||
:ref:`sect-multiplicities`. In brief, the intution behind multiplicity ``1`` is
|
||||
:ref:`sect-multiplicities`. In brief, the intuition behind multiplicity ``1`` is
|
||||
that if we have a function with a type of the following form...
|
||||
|
||||
.. code-block:: idris
|
||||
@ -251,7 +251,7 @@ Ambiguous Name Resolution
|
||||
Idris 1 worked very hard to resolve ambiguous names, by type, even if this
|
||||
involved some complicated interaction with interface resolution. This could
|
||||
sometimes be the cause of long type checking times. Idris 2 simplifies this, at
|
||||
the cost of sometiemes requiring more programmer annotations on ambiguous
|
||||
the cost of sometimes requiring more programmer annotations on ambiguous
|
||||
names.
|
||||
|
||||
As a general rule, Idris 2 will be able to disambiguate between names which
|
||||
|
Loading…
Reference in New Issue
Block a user