Home
last modified time | relevance | path

Searched defs:eatException (Results 1 – 6 of 6) sorted by relevance

/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Internal/Http/Server/
H A DCommon.hs37 eatException m = void m `catch` f function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/test/System/IO/Streams/Tests/
H A DCommon.hs34 eatException a = (a >> return ()) `E.catch` handler function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/test/System/IO/Streams/Tests/
H A DCommon.hs34 eatException a = (a >> return ()) `E.catch` handler function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-core-1.0.4.1/test/Snap/Test/
H A DCommon.hs52 eatException a = (a >> return ()) `catch` handler function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/test/Snap/Test/
H A DCommon.hs166 eatException a = (a >> return ()) `catch` handler function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-haproxy-1.0.1.0/test/System/IO/Streams/Network/HAProxy/
H A DTests.hs617 eatException a = (a >> return ()) `E.catch` handler function