Update src/Idris/Doc/Keywords.idr

This commit is contained in:
André Videla 2024-01-23 19:49:27 +09:00
parent 0dfecf87df
commit c4eaacc493

View File

@ -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.