lean4-htt/tests/lean/run/4064.lean
Leonardo de Moura 03040618b8 chore: test for issue #4064
closes #4064
2024-05-07 03:23:30 +02:00

11 lines
195 B
Text

import Lean
def test : Lean.CoreM (List Lean.Name) := do
let .thmInfo tval ← Lean.getConstInfo `And.left | unreachable!
return tval.all
/--
info: [`And.left]
-/
#guard_msgs in
#eval test