Oℕ
sealed abstract class Cont[+A](value: A) {
def getContent: A = value
def applyFunction[R](a: A => R): R
}Size: a a a
Oℕ
sealed abstract class Cont[+A](value: A) {
def getContent: A = value
def applyFunction[R](a: A => R): R
}AZ
λ
Oℕ
Oℕ
λ
λ
Oℕ
Oℕ
λ
λ
Oℕ
V
λ
V
λ
Oℕ
V
AS