remove old test files

master
Rachel Lambda Samuelsson 2022-07-28 15:38:12 +02:00
parent a3dff999e2
commit 6db8a23d00
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
let transport : Π (A : Type) Π (f : A → Type) Π (x : A) Π (y : A)
Id A x y → f x → f y
≔ λA.λf.λx.λy. J A x y (λa.λb.λ_. f a → f b) (λa.a)

View File

@ -1,3 +0,0 @@
let ap : Π (A : Type) Π (B : Type) Π (f : A → B)
Π (x : A) Π (y : A) Id A x y → Id B (f x) (f y)
≔ λA.λB.λf.λx.λy. J A x y (λa.λb.λ_. Id B (f a) (f b)) (refl B (f x))