mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Remove shadowed names in documentation
This commit is contained in:
parent
23694c7e5a
commit
870bc82437
@ -1350,7 +1350,7 @@ character:
|
||||
|
||||
splitAt : Char -> String -> (String, String)
|
||||
splitAt c x = case break (== c) x of
|
||||
(x, y) => (x, strTail y)
|
||||
(l, r) => (l, strTail r)
|
||||
|
||||
``break`` is a library function which breaks a string into a pair of
|
||||
strings at the point where the given function returns true. We then
|
||||
|
Loading…
Reference in New Issue
Block a user