helic-0.5.2.0: Clipboard Manager
Safe HaskellNone
LanguageHaskell2010

Helic.Stop

Description

Combinators for Stop. Internal.

Synopsis

Documentation

tryStop :: Members [Stop Text, Embed IO] r => IO a -> Sem r a Source #

Catch all exceptions in an IO action, embed it into a Sem and convert exceptions to Stop.