You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
marcosh
changed the title
complete implementation of symmetric monoidal category
fix type checker problem on symmetric monoidal category associator
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
I edited the description and added a link to the idris-lang issue
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
at the moment the associator does not work for some mysterious reason. Find out why and fix it
The text was updated successfully, but these errors were encountered: