Skip to content

Conversation

@darrenks
Copy link
Contributor

example of issue before fix:

import Data.Function.Memoize
f :: (Integer, Integer) -> Integer
f = memoFix (\f (b,a)->if a>0 then f (b,a-1) else b) main=print $ f (10^10000, 10)

example of issue before fix:

import Data.Function.Memoize
f :: (Integer, Integer) -> Integer
f = memoFix (\f (b,a)->if a>0 then f (b,a-1) else b)
main=print $ f (10^10000, 10)
@tov
Copy link
Owner

tov commented Sep 16, 2022

Thanks! and sorry for being so slow to respond to this.

@tov tov merged commit cbf76c2 into tov:main Sep 16, 2022
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.

2 participants