mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Update docs/source/reference/operators.rst
This commit is contained in:
parent
23b2ddd179
commit
e1f4fbba83
@ -240,8 +240,8 @@ Typebind Operators
|
||||
==================
|
||||
|
||||
In dependently-typed programming, we have the ability define constructors which
|
||||
first argument is a type and the second is a lambda using the first argument
|
||||
as it's type. A typical example of this is the dependent linear arrow:
|
||||
first argument is a type and the second is a type indexed over the first argument.
|
||||
A typical example of this is the dependent linear arrow:
|
||||
|
||||
.. code-block:: idris
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user