Conversation

Syntax is the thing you are evaluating from - the 'terms', domain are what you evaluate to - the 'values'. I think. But it's still kinda confusing why they ended up being called that.
1
atm core (the syntax) is inside the syntax module. and domain is in the syntax module too (kind of at odds with nbe). Not sure what to call these modules and where to put them.
1
ok, so phrased differently: you’re using codebruijn aka “debruijn levels” aka distance from the top for static semantics, and debruijn indices / aka stack offset for dynamic semantics?
2
1
Replying to and
I don't know whether "co-debruijn" is an "officially existing" term at all (it could be, for all I know) all I'm saying is that de-Bruijn indices, de-Bruijn levels, and Conor's paper which I linked are *three* different things
1
Show replies