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

Fix issue #1001 #1087

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Fix issue #1001 #1087

merged 3 commits into from
Apr 23, 2024

Conversation

gabrielhdt
Copy link
Member

With the invaluable help of Michael Faerber

With the invaluable help of Michael Faerber
@fblanqui
Copy link
Member

CI fails because iss1001.lp cannot be translated to dedukti. This seems to be a bug in lambdapi, file src/export/rawdk.ml, line 171:

  | [Commu;Assoc _], [Protec], [], [] -> out ppf "defac "

should be replaced by:

  | [Commu;Assoc _], [], [], [] -> out ppf "defac "
  | [Commu;Assoc _], [Protec], [], [] -> out ppf "private defac "

@fblanqui
Copy link
Member

To be fixed in #1088 .

@fblanqui
Copy link
Member

To be fixed in #1089

@fblanqui fblanqui merged commit 51263d6 into Deducteam:master Apr 23, 2024
10 checks passed
@gabrielhdt gabrielhdt deleted the iss1001 branch April 23, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants