lean4-htt/tests/lean/run/3214.lean
2024-06-06 13:06:18 +00:00

12 lines
156 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class Foo (α : Type)
/--
error: function expected at
Missing
term has type
?m.9
-/
#guard_msgs in
variable {α : Type} (s : Missing α)
#synth Foo s