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
93de3e0e07
commit
48618490d0
@ -480,8 +480,8 @@ autobindDoc = """
|
||||
operator sections.
|
||||
|
||||
`autobind` operators are desugared as a lambda:
|
||||
`(x := expr) =|> fn x` -> `(expr =@ (\x : ? =|> fn x))`
|
||||
`(x : ty := expr) =|> fn x` -> `(expr =@ (\x : ty =|> fn x))`
|
||||
`(x := expr) =|> fn x` -> `(expr =|> (\x : ? => fn x))`
|
||||
`(x : ty := expr) =|> fn x` -> `(expr =|> (\x : ty => fn x))`
|
||||
"""
|
||||
typebindDoc : Doc IdrisDocAnn
|
||||
typebindDoc = """
|
||||
|
Loading…
Reference in New Issue
Block a user