lean4-htt/tests/lean/438.lean
2016-06-10 18:29:41 -07:00

13 lines
193 B
Text

exit
import algebra.bundled
open algebra
attribute Group.struct [coercion]
section
parameters {P₀ : Type} [P : group P₀]
include P
structure lambda_morphism := (comm : _ = _)
end