Kind/book/BBT.singleton.kind2
2024-02-24 20:50:01 -03:00

9 lines
155 B
Plaintext

BBT.singleton
: ∀(K: *)
∀(V: *)
∀(key: K)
∀(val: V)
(BBT K V)
= λK λV λkey λval
(BBT.bin K V #1 key val (BBT.tip K V) (BBT.tip K V))