TerminologyΒΆ
Base scope is a set of built-in definitions that are always available. This includes types like
int
orvoid
and operators like+
(seebase-scope
in scope.rkt). Every scope inherits from the base scope, either directly or indirectly.form database is a hash table that collects definitions of form types