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

type checker hangs when checking symmetric monoidal category associator #5

Open
marcosh opened this issue Apr 4, 2019 · 3 comments

Comments

@marcosh
Copy link
Contributor

marcosh commented Apr 4, 2019

at the moment the associator does not work for some mysterious reason. Find out why and fix it

@marcosh marcosh changed the title complete implementation of symmetric monoidal category fix type checker problem on symmetric monoidal category associator Apr 9, 2019
@marcosh
Copy link
Contributor Author

marcosh commented Apr 9, 2019

At the moment the definition of SymmetricMonoidalCategory is incomplete. As you can see here there is still a hole where the associator should go.

Trying to replace the hole with (associator monoidalCategory), which should be the correct value, the type checker gets stuck and gets killed after a while.

If you want to debug the issue, you can find the logs of the type checker with various levels of logging here

@marcosh
Copy link
Contributor Author

marcosh commented Apr 11, 2019

now you can find a simplified version of the code, which still does not work, on the branch https://github.com/statebox/idris-ct/tree/simplify-smc-context

@wires
Copy link
Member

wires commented Apr 18, 2019

I edited the description and added a link to the idris-lang issue

@epost epost changed the title fix type checker problem on symmetric monoidal category associator type checker hangs when checking symmetric monoidal category associator Apr 19, 2019
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

No branches or pull requests

2 participants