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

Update to agda-2.8.0, but there are broken files #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreasabel
Copy link
Member

@andreasabel andreasabel commented Nov 25, 2024

This repo didn't build anymore.
Anton @csetzer you made some effort 4 years ago to keep this code alive.
So I tried to make it work with latest Agda.
We should not have projects in the agda organization that do not build; I have been using these to agda-attic. However, our JFP paper links to agda/ooAgda so maybe we should keep it alive.

@andreasabel andreasabel requested a review from csetzer November 25, 2024 16:30
@@ -19,7 +19,7 @@ record IOObject' (i : Size) (iface : Interface)(C : Set)(R : C → Set) : Set
coinductive
field
method : ∀{j : Size< i} (m : Method iface) →
IO j C R (Response iface m × IOObject' j iface C R)
IO iface j (Response iface m × IOObject' j iface C R)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type error:

SizedIO/coIOIOObject.agda:22.17-22: error: [UnequalTerms]
Interface !=< IOInterface
when checking that the expression iface has type IOInterface

But I cannot see how this was supposed to work.

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.

1 participant