mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
Update src/Idris/Doc/Keywords.idr
This commit is contained in:
parent
0dfecf87df
commit
c4eaacc493
@ -493,7 +493,7 @@ typebindDoc = """
|
||||
use it on the right-hand-side.
|
||||
|
||||
A typical example of a typebind operator is `(**)` the type constructor
|
||||
for dependent pairs. It is used like this: `(x : Nat ** Vect x String)`
|
||||
for dependent pairs. It is used like this: `(x : Nat) ** Vect x String`
|
||||
|
||||
If you declare a new operator to be typebind you can use it the same
|
||||
way.
|
||||
|
Loading…
Reference in New Issue
Block a user