lean4-htt/tests/lean/diamond2.lean.expected.out
Leonardo de Moura 07043e73b0 chore: fix tests
2022-02-14 12:06:03 -08:00

6 lines
479 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.

@Foo1.mk : {α : Type} → Bar (αα) → (β : Type) → (α → β) → Foo1 α
@Foo2.mk : {α : Type} → Bar (αα) → (β : Type) → (α → β) → αα → Foo2 α
@[reducible] def Foo2.toBar : {α : Type} → Foo2 α → Bar (αα) :=
fun α self => self.1
@[reducible] def Foo2.toBoo2 : {α : Type} → Foo2 α → Boo2 α :=
fun α self => { toBoo1 := { toBaz := { a := self.toBar.a, β := self.β, b := self.b }, x1 := self.x1 }, x2 := self.x2 }