document Trampoline
Closed this issue · 2 comments
jamesdbrock commented
If the ParserT might stack-overflow then we can use the base monad Trampoline so that it runs with bounded stack space.
jamesdbrock commented
trampoline is 20-50x slower?
jamesdbrock commented
We don't need Trampoline anymore because the CPS ParserT is always stack-safe #154