Update src/Idris/Doc/Keywords.idr

This commit is contained in:
André Videla 2024-01-23 19:46:53 +09:00
parent 1631326887
commit 0dfecf87df

View File

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