Some questions on embedding languages #928
Unanswered
JonathanBrouwer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Lambdapi team,
My goal (as a small part of my master thesis) is to embed a CoC-like language in lambapi. One interesting feature of this language is let bindings, so terms of the form
let x = v; b
. Is it possible to nicely encode these in lambdapi?Note that I want let bindings to have the semantics such that the following typechecks:
This means that something like this does not work:
A secondary question is what is good reading/watching material to read to help me in embedding the rest of this language? I'm still struggling quite a bit in understanding the concepts of how to embed languages in logical frameworks
Beta Was this translation helpful? Give feedback.
All reactions