lean4-htt/tests/lean/toFieldNameIssue.lean.expected.out
2021-08-11 17:25:02 -07:00

4 lines
171 B
Text

{ toA_1 := { toA := { x := 0 }, y := 1 }, z := 2 } : B
{ toC := { x := 0, y := 1 }, z := 2 } : D
def D.toC_1 : D → Boo.C :=
fun self => { x := self.toC.x, z := self.z }