{-# GHC_PRAGMA INTERFACE VERSION 5 #-} interface LibCPUTime where import PreludeIOError(IOError13) import PreludeMonadicIO(Either) getCPUTime :: _State _RealWorld -> (Either IOError13 Integer, _State _RealWorld) {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "U(P)" {_A_ 1 _U_ 2 _N_ _N_ _N_ _N_} _N_ _N_ #-}