Kind/book/BBT.singleton.kind2
2024-03-01 20:40:31 -03:00

4 lines
146 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))