mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
Update src/Idris/Doc/Keywords.idr
This commit is contained in:
parent
1631326887
commit
0dfecf87df
@ -505,7 +505,7 @@ typebindDoc = """
|
||||
operator sections.
|
||||
|
||||
`typebind` operators are desugared as a lambda:
|
||||
`(x : ty) =@ fn x` -> `(ty =@ (\x : ty =@ fn x))`
|
||||
`(x : ty) =@ fn x` -> `ty =@ (\x : ty =@ fn x)`
|
||||
"""
|
||||
|
||||
rewriteeq : Doc IdrisDocAnn
|
||||
|
Loading…
Reference in New Issue
Block a user