Kind/book/Kind.Scope.extend.kind2
2024-03-01 20:40:31 -03:00

5 lines
160 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)