lean4-htt/tests/lean/run/inductive_sorry.lean

10 lines
199 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.

inductive foo₁ (A : sorry → )
| mk : foo₁
inductive foo₂ : sorry → Type
| mk : foo₂ sorry
inductive foo₃
| mk : sorry → foo₃
structure foo₄ (A : sorry → ) := (x : )