Problem
When translating the DOM representation of this page (1Mo) to the structures from this package it no longer fit in memory.
Possible solution
Add a lazy Reader that recompute the translation each time it is accessed.
However this may not be possible due to the fact that a Reader must return a Maybe.
Problem
When translating the
DOMrepresentation of this page (1Mo) to the structures from this package it no longer fit in memory.Possible solution
Add a lazy
Readerthat recompute the translation each time it is accessed.However this may not be possible due to the fact that a
Readermust return aMaybe.