lean4-htt/old_tests/tests/lean/struct_class.lean.expected.out
2018-04-10 12:56:55 -07:00

9 lines
400 B
Text

@[class]
structure point : Type u_1 → Type u_2 → Type (max u_1 u_2)
fields:
point.x : Π (A : Type u_1) (B : Type u_2) [c : point A B], A
point.y : Π (A : Type u_1) (B : Type u_2) [c : point A B], B
structure point2 : Type u_1 → Type u_2 → Type (max u_1 u_2)
fields:
point2.x : Π {A : Type u_1} {B : Type u_2}, point2 A B → A
point2.y : Π {A : Type u_1} {B : Type u_2}, point2 A B → B