[Haskell-cafe] Best way to implement "scoped exceptions"?
Dan Dart
haskellcafe at dandart.co.uk
Wed Dec 28 21:19:20 UTC 2022
Sounds to me a bit like CPS - so maybe something like callCC:
https://hackage.haskell.org/package/transformers-0.6.0.4/docs/Control-Monad-Trans-Cont.html#v:callCC
More information about the Haskell-Cafe
mailing list