Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
Zhangir Azerbayev
squashed?
4365a98
raw
history blame
344 Bytes
import tactic.basic
open lean.parser tactic interactive
/-- Linter for the sphere eversion project. -/
@[user_command] meta def lint_sphere_cmd (_ : parse $ tk "#lint_sphere") : lean.parser unit :=
do str ← get_project_dir `lint_sphere_cmd 9,
lint_cmd_aux (@lint_project str "the sphere eversion project")
reserve notation `#lint_sphere`