Agda-stdlib: Change the order of arguments in `Data.List.Relation.Unary.All.cartesianProduct⁺`

Created on 31 Aug 2020  ·  2Comments  ·  Source: agda/agda-stdlib

The (∀ {x y} → x ∈₁ xs → y ∈₂ ys → P (x , y)) argument should come before the lists xs/ys the proof is being applied to

bug invalid

All 2 comments

Doesn't sound well-scoped?

Doh of course. I must have generalised it when porting it from my own library!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xekoukou picture xekoukou  ·  8Comments

WolframKahl picture WolframKahl  ·  5Comments

JacquesCarette picture JacquesCarette  ·  7Comments

MatthewDaggitt picture MatthewDaggitt  ·  8Comments

TOTBWF picture TOTBWF  ·  4Comments