Zulip Chat Archive
Stream: new members
Topic: unknown identifiers
cbailey (Sep 12 2018 at 21:20):
The int.mod, int.div, and int.fdiv in this example code https://github.com/leanprover/mathlib/blob/251a8c367bec656a85a70894b169a1e555efd2bd/docs/theories/integers.md are returning the errors: unknown identifier 'int.mod'
for each function in vscode. Have the identifiers changed at all recently?
Kenny Lau (Sep 12 2018 at 21:28):
they run fine for me
cbailey (Sep 12 2018 at 21:48):
Ah yeah, it just doesn't work on the homebrew install on my mac. It works on the install I have on Ubuntu. Thanks.
Last updated: Dec 20 2023 at 11:08 UTC