GF.System.Signal

Plain source file: src/compiler/GF/System/Signal.hs (2013-09-18)

GF.System.Signal is imported by: ...
{-# OPTIONS -cpp #-}

----------------------------------------------------------------------
-- |
-- Module      : GF.System.Signal
-- Maintainer  : Bjorn Bringert
-- Stability   : (stability)
-- Portability : (portability)
--
-- > CVS $Date: 2005/11/11 11:12:50 $ 
-- > CVS $Author: bringert $
-- > CVS $Revision: 1.3 $
--
-- Import the right singal handling module.
-----------------------------------------------------------------------------

module GF.System.Signal (runInterruptibly,blockInterrupt) where







import GF.System.NoSignal (runInterruptibly,blockInterrupt)


Index

(HTML for this module was generated on 2013-09-19. About the conversion tool.)