lean2/tests/lean/438.lean

13 lines
186 B
Text
Raw Normal View History

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