Closed jamesdbrock closed 4 weeks ago
Replace all internal use of traverse_ with foldRecM.
traverse_
foldRecM
putRepeated and putPacked will be stack-safe.
putRepeated
putPacked
Resolves #38
Replace all internal use of
traverse_
withfoldRecM
.putRepeated
andputPacked
will be stack-safe.Resolves #38