Kind/book/Kind.Scope.extend.kind2
2024-02-20 19:23:15 -03:00

7 lines
164 B
Plaintext

Kind.Scope.extend
: ∀(nam: String)
∀(typ: Kind.Term)
∀(scp: Kind.Scope)
Kind.Scope
= λnam λtyp λscp
(Kind.Scope.cons (Kind.Binder.new nam typ) scp)