This commit is contained in:
Sergei Winitzki 2024-06-02 20:17:31 -04:00 committed by GitHub
commit 7a47ac107d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1 @@
trait Coend[P[_, _]] {
def paa[A]: P[A, A]
}
trait Coend[P[_, _]] { type A; val p: P[A, A] }