lens-5.0.1: Lenses, Folds and Traversals
Copyright (C) 2013-16 Edward Kmett
License BSD-style (see the file LICENSE)
Maintainer Edward Kmett <ekmett@gmail.com>
Stability provisional
Portability Control.Exception
Safe Haskell Safe-Inferred
Language Haskell2010

System.Exit.Lens

Description

These prisms can be used with the combinators in Control.Exception.Lens .

Synopsis

Documentation

_ExitFailure :: AsExitCode t => Prism' t Int Source #

indicates program failure with an exit code. The exact interpretation of the code is operating-system dependent. In particular, some values may be prohibited (e.g. 0 on a POSIX-compliant system).

_ExitFailure :: Prism' ExitCode      Int
_ExitFailure :: Prism' SomeException Int