1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 10:47:32 +03:00
juvix/tests/negative/issue3161
Jan Mas Rovira 1d7bf1f25b
Fix compiler error on import cycles (#3171)
- Fixes #3161 

The strongly connected components given in [this
function](https://hackage.haskell.org/package/containers-0.7/docs/Data-Graph.html#v:stronglyConnComp)
are not guaranteed to give a cycle in the order they are given. I've
fixed that
2024-11-15 09:41:02 +01:00
..
Stdlib Fix compiler error on import cycles (#3171) 2024-11-15 09:41:02 +01:00
Package.juvix Fix compiler error on import cycles (#3171) 2024-11-15 09:41:02 +01:00