UlfNorell / agda-test

Agda test
0 stars 0 forks source link

std-lib should have cong-app #968

Open UlfNorell opened 10 years ago

UlfNorell commented 10 years ago

From andreas....@gmail.com on November 18, 2013 11:32:58

Patch attached, contains the two functions below, which we use very frequently.

hunk ./src/Relation/Binary/HeterogeneousEquality.agda 75

+cong-app : ∀ {a b} {A : Set a} {B : A → Set b} {f g : (x : A) → B x} →

hunk ./src/Relation/Binary/PropositionalEquality.agda 35

+cong-app : ∀ {a b} {A : Set a} {B : A → Set b} {f g : (x : A) → B x} →

Attachment: cong-app.patch

Original issue: http://code.google.com/p/agda/issues/detail?id=968