Skip to content
Snippets Groups Projects
Commit a811a863 authored by takano-akio's avatar takano-akio
Browse files

Make sure that 'length' can be inlined (Fixes #97)

Previously there was a cycle in the dependency graph of functions,
consisting of {stream, clone, length, unsafeCopy}. This was causing GHC
to mark one of these functions, length, as a loop breaker.

This commit breaks this down this strongly-connected component by
removing the edge from length to stream.
parent acdcff3b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment