We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repeat
I was looking for something like repeat on hoogle. The search for repeat on loogle comes back with;
<input>:1:0: expected end of input
Other searches come back fine, like the search for sin that comes back with unknown identifier 'sin' and then a list of possibilities.
unknown identifier 'sin'
The text was updated successfully, but these errors were encountered:
That’s because repeat is a keyword in Lean. If you want to search for definitions lemmas having repeat in the name, use "repeat".
"repeat"
Possibly loogle could, if there is a parse error, check if the input was just a single word and be more helpful then.
Sorry, something went wrong.
I was wondering about keywords because I got the same error when I searched for def on loogle but didn't want to jump the gun on probable cause.
No branches or pull requests
I was looking for something like repeat on hoogle. The search for repeat on loogle comes back with;
Other searches come back fine, like the search for sin that comes back with
unknown identifier 'sin'
and then a list of possibilities.The text was updated successfully, but these errors were encountered: