Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suspension in implementation of weakening #22

Open
ecranceMERCE opened this issue Jan 18, 2024 · 0 comments
Open

Suspension in implementation of weakening #22

ecranceMERCE opened this issue Jan 18, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ecranceMERCE
Copy link
Collaborator

The implementation of weakening in Trocq involves a suspension mechanism.

type wsuspend (term -> term) -> (term -> term) -> weakening.

It is used in the case of applied lambda functions, and corresponds to a case of delayed substitution in the theoretical definition of weakening in the article. Yet, it remains unclear and would deserve a bit of documentation.

@ecranceMERCE ecranceMERCE added the documentation Improvements or additions to documentation label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant