lean4-htt/tests/lean/415.lean.expected.out
2021-05-03 18:04:01 -07:00

4 lines
270 B
Text

Set.insert (Set.insert (Set.insert Set.empty 1) 2) 3 : Set Nat
fun (x y : Nat) => g { x := x, y := y } : Nat → Nat → Nat
fun (x y : Nat) => Set.insert (Set.insert Set.empty x) y : Nat → Nat → Set Nat
fun (x y : Nat) => { x := x, y := y } : Nat → Nat → Point