177.57/154.61 MAYBE 180.24/155.33 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 180.24/155.33 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 180.24/155.33 180.24/155.33 180.24/155.33 H-Termination with start terms of the given HASKELL could not be shown: 180.24/155.33 180.24/155.33 (0) HASKELL 180.24/155.33 (1) LR [EQUIVALENT, 0 ms] 180.24/155.33 (2) HASKELL 180.24/155.33 (3) CR [EQUIVALENT, 0 ms] 180.24/155.33 (4) HASKELL 180.24/155.33 (5) IFR [EQUIVALENT, 0 ms] 180.24/155.33 (6) HASKELL 180.24/155.33 (7) BR [EQUIVALENT, 0 ms] 180.24/155.33 (8) HASKELL 180.24/155.33 (9) COR [EQUIVALENT, 0 ms] 180.24/155.33 (10) HASKELL 180.24/155.33 (11) LetRed [EQUIVALENT, 0 ms] 180.24/155.33 (12) HASKELL 180.24/155.33 (13) NumRed [SOUND, 33 ms] 180.24/155.33 (14) HASKELL 180.24/155.33 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (0) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (1) LR (EQUIVALENT) 180.24/155.33 Lambda Reductions: 180.24/155.33 The following Lambda expression 180.24/155.33 "\ab->(a,b)" 180.24/155.33 is transformed to 180.24/155.33 "zip0 a b = (a,b); 180.24/155.33 " 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (2) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (3) CR (EQUIVALENT) 180.24/155.33 Case Reductions: 180.24/155.33 The following Case expression 180.24/155.33 "case loc of { 180.24/155.33 [] -> id; 180.24/155.33 _ -> (showString ('\10' : 'A' : 'c' : 't' : 'i' : 'o' : 'n' : ':' : '\32' : [])) . showString loc} 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showsPrec0 loc [] = id; 180.24/155.33 showsPrec0 loc _ = (showString ('\10' : 'A' : 'c' : 't' : 'i' : 'o' : 'n' : ':' : '\32' : [])) . showString loc; 180.24/155.33 " 180.24/155.33 The following Case expression 180.24/155.33 "case descr of { 180.24/155.33 [] -> id; 180.24/155.33 _ -> (showString ('\10' : 'R' : 'e' : 'a' : 's' : 'o' : 'n' : ':' : '\32' : [])) . showString descr} 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showsPrec1 descr [] = id; 180.24/155.33 showsPrec1 descr _ = (showString ('\10' : 'R' : 'e' : 'a' : 's' : 'o' : 'n' : ':' : '\32' : [])) . showString descr; 180.24/155.33 " 180.24/155.33 The following Case expression 180.24/155.33 "case mbFile of { 180.24/155.33 Nothing -> id; 180.24/155.33 Just name -> (showString ('\10' : 'R' : 'e' : 's' : 'o' : 'u' : 'r' : 'c' : 'e' : ':' : '\32' : [])) . showString name} 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showsPrec2 Nothing = id; 180.24/155.33 showsPrec2 (Just name) = (showString ('\10' : 'R' : 'e' : 's' : 'o' : 'u' : 'r' : 'c' : 'e' : ':' : '\32' : [])) . showString name; 180.24/155.33 " 180.24/155.33 The following Case expression 180.24/155.33 "case x of { 180.24/155.33 IOError_UserError -> 'U' : 'E' : []; 180.24/155.33 IOError_IllegalError -> 'I' : 'O' : []; 180.24/155.33 IOError_PermDenied -> 'P' : 'D' : []; 180.24/155.33 IOError_AlreadyExists -> 'A' : 'E' : []; 180.24/155.33 IOError_AlreadyInUse -> 'R' : 'B' : []; 180.24/155.33 IOError_DoesNotExist -> 'D' : 'N' : 'E' : []; 180.24/155.33 IOError_FullError -> 'R' : 'E' : []; 180.24/155.33 IOError_EOF -> 'E' : 'O' : 'F' : []; 180.24/155.33 IOError_WriteError -> 'W' : 'E' : []} 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "show0 IOError_UserError = 'U' : 'E' : []; 180.24/155.33 show0 IOError_IllegalError = 'I' : 'O' : []; 180.24/155.33 show0 IOError_PermDenied = 'P' : 'D' : []; 180.24/155.33 show0 IOError_AlreadyExists = 'A' : 'E' : []; 180.24/155.33 show0 IOError_AlreadyInUse = 'R' : 'B' : []; 180.24/155.33 show0 IOError_DoesNotExist = 'D' : 'N' : 'E' : []; 180.24/155.33 show0 IOError_FullError = 'R' : 'E' : []; 180.24/155.33 show0 IOError_EOF = 'E' : 'O' : 'F' : []; 180.24/155.33 show0 IOError_WriteError = 'W' : 'E' : []; 180.24/155.33 " 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (4) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (5) IFR (EQUIVALENT) 180.24/155.33 If Reductions: 180.24/155.33 The following If expression 180.24/155.33 "if b then (showChar '(') . p . showChar ')' else p" 180.24/155.33 is transformed to 180.24/155.33 "showParen0 p True = (showChar '(') . p . showChar ')'; 180.24/155.33 showParen0 p False = p; 180.24/155.33 " 180.24/155.33 The following If expression 180.24/155.33 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 180.24/155.33 is transformed to 180.24/155.33 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 180.24/155.33 primDivNatS0 x y False = Zero; 180.24/155.33 " 180.24/155.33 The following If expression 180.24/155.33 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 180.24/155.33 is transformed to 180.24/155.33 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 180.24/155.33 primModNatS0 x y False = Succ x; 180.24/155.33 " 180.24/155.33 The following If expression 180.24/155.33 "if primGEqNatS x y then primModNatP (primMinusNatS x y) (Succ y) else primMinusNatS y x" 180.24/155.33 is transformed to 180.24/155.33 "primModNatP0 x y True = primModNatP (primMinusNatS x y) (Succ y); 180.24/155.33 primModNatP0 x y False = primMinusNatS y x; 180.24/155.33 " 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (6) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (7) BR (EQUIVALENT) 180.24/155.33 Replaced joker patterns by fresh variables and removed binding patterns. 180.24/155.33 180.24/155.33 Binding Reductions: 180.24/155.33 The bind variable of the following binding Pattern 180.24/155.33 "s@(wz : xu)" 180.24/155.33 is replaced by the following term 180.24/155.33 "wz : xu" 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (8) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (9) COR (EQUIVALENT) 180.24/155.33 Cond Reductions: 180.24/155.33 The following Function with conditions 180.24/155.33 "showl [] = showChar '"'; 180.24/155.33 showl ('"' : cs) = (showString ('\' : '"' : [])) . showl cs; 180.24/155.33 showl (c : cs) = (showLitChar c) . showl cs; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showl [] = showl3 []; 180.24/155.33 showl (zy : cs) = showl2 (zy : cs); 180.24/155.33 showl (c : cs) = showl0 (c : cs); 180.24/155.33 " 180.24/155.33 "showl0 (c : cs) = (showLitChar c) . showl cs; 180.24/155.33 " 180.24/155.33 "showl1 True (zy : cs) = (showString ('\' : '"' : [])) . showl cs; 180.24/155.33 showl1 zz vuu = showl0 vuu; 180.24/155.33 " 180.24/155.33 "showl2 (zy : cs) = showl1 (zy == '"') (zy : cs); 180.24/155.33 showl2 vuv = showl0 vuv; 180.24/155.33 " 180.24/155.33 "showl3 [] = showChar '"'; 180.24/155.33 showl3 vux = showl2 vux; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "showsPrec p ''' = showString (''' : '\' : ''' : ''' : []); 180.24/155.33 showsPrec p c = (showChar ''') . (showLitChar c) . showChar '''; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showsPrec p vuy = showsPrec5 p vuy; 180.24/155.33 showsPrec p c = showsPrec3 p c; 180.24/155.33 " 180.24/155.33 "showsPrec3 p c = (showChar ''') . (showLitChar c) . showChar '''; 180.24/155.33 " 180.24/155.33 "showsPrec4 True p vuy = showString (''' : '\' : ''' : ''' : []); 180.24/155.33 showsPrec4 vuz vvu vvv = showsPrec3 vvu vvv; 180.24/155.33 " 180.24/155.33 "showsPrec5 p vuy = showsPrec4 (vuy == ''') p vuy; 180.24/155.33 showsPrec5 vvw vvx = showsPrec3 vvw vvx; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "takeWhile p [] = []; 180.24/155.33 takeWhile p (x : xs)|p xx : takeWhile p xs|otherwise[]; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "takeWhile p [] = takeWhile3 p []; 180.24/155.33 takeWhile p (x : xs) = takeWhile2 p (x : xs); 180.24/155.33 " 180.24/155.33 "takeWhile1 p x xs True = x : takeWhile p xs; 180.24/155.33 takeWhile1 p x xs False = takeWhile0 p x xs otherwise; 180.24/155.33 " 180.24/155.33 "takeWhile0 p x xs True = []; 180.24/155.33 " 180.24/155.33 "takeWhile2 p (x : xs) = takeWhile1 p x xs (p x); 180.24/155.33 " 180.24/155.33 "takeWhile3 p [] = []; 180.24/155.33 takeWhile3 vwu vwv = takeWhile2 vwu vwv; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "!! (x : vy) 0 = x; 180.24/155.33 !! (vz : xs) n|n > 0xs !! (n - 1); 180.24/155.33 !! (wu : wv) ww = error []; 180.24/155.33 !! [] wx = error []; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "!! (x : vy) vxy = emEm5 (x : vy) vxy; 180.24/155.33 !! (vz : xs) n = emEm3 (vz : xs) n; 180.24/155.33 !! (wu : wv) ww = emEm1 (wu : wv) ww; 180.24/155.33 !! [] wx = emEm0 [] wx; 180.24/155.33 " 180.24/155.33 "emEm0 [] wx = error []; 180.24/155.33 " 180.24/155.33 "emEm1 (wu : wv) ww = error []; 180.24/155.33 emEm1 vwy vwz = emEm0 vwy vwz; 180.24/155.33 " 180.24/155.33 "emEm2 vz xs n True = xs !! (n - 1); 180.24/155.33 emEm2 vz xs n False = emEm1 (vz : xs) n; 180.24/155.33 " 180.24/155.33 "emEm3 (vz : xs) n = emEm2 vz xs n (n > 0); 180.24/155.33 emEm3 vxv vxw = emEm1 vxv vxw; 180.24/155.33 " 180.24/155.33 "emEm4 True (x : vy) vxy = x; 180.24/155.33 emEm4 vxz vyu vyv = emEm3 vyu vyv; 180.24/155.33 " 180.24/155.33 "emEm5 (x : vy) vxy = emEm4 (vxy == 0) (x : vy) vxy; 180.24/155.33 emEm5 vyw vyx = emEm3 vyw vyx; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "showLitChar c|c > '\127'(showChar '\') . protectEsc isDigit (shows (fromEnum c)); 180.24/155.33 showLitChar '\127' = showString ('\' : 'D' : 'E' : 'L' : []); 180.24/155.33 showLitChar '\' = showString ('\' : '\' : []); 180.24/155.33 showLitChar c|c >= '\32'showChar c; 180.24/155.33 showLitChar '\7' = showString ('\' : 'a' : []); 180.24/155.33 showLitChar '\8' = showString ('\' : 'b' : []); 180.24/155.33 showLitChar '\12' = showString ('\' : 'f' : []); 180.24/155.33 showLitChar '\10' = showString ('\' : 'n' : []); 180.24/155.33 showLitChar '\13' = showString ('\' : 'r' : []); 180.24/155.33 showLitChar '\9' = showString ('\' : 't' : []); 180.24/155.33 showLitChar '\11' = showString ('\' : 'v' : []); 180.24/155.33 showLitChar '\14' = protectEsc ('H' ==) (showString ('\' : 'S' : 'O' : [])); 180.24/155.33 showLitChar c = showString ('\' : snd (asciiTab !! (fromEnum c))); 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "showLitChar c = showLitChar24 c; 180.24/155.33 showLitChar wyz = showLitChar22 wyz; 180.24/155.33 showLitChar wyv = showLitChar20 wyv; 180.24/155.33 showLitChar c = showLitChar18 c; 180.24/155.33 showLitChar wxw = showLitChar16 wxw; 180.24/155.33 showLitChar wwy = showLitChar14 wwy; 180.24/155.33 showLitChar wwu = showLitChar12 wwu; 180.24/155.33 showLitChar wvw = showLitChar10 wvw; 180.24/155.33 showLitChar wuy = showLitChar8 wuy; 180.24/155.33 showLitChar wuu = showLitChar6 wuu; 180.24/155.33 showLitChar vzw = showLitChar4 vzw; 180.24/155.33 showLitChar vyy = showLitChar2 vyy; 180.24/155.33 showLitChar c = showLitChar0 c; 180.24/155.33 " 180.24/155.33 "showLitChar0 c = showString ('\' : snd (asciiTab !! (fromEnum c))); 180.24/155.33 " 180.24/155.33 "showLitChar1 True vyy = protectEsc ('H' ==) (showString ('\' : 'S' : 'O' : [])); 180.24/155.33 showLitChar1 vyz vzu = showLitChar0 vzu; 180.24/155.33 " 180.24/155.33 "showLitChar2 vyy = showLitChar1 (vyy == '\14') vyy; 180.24/155.33 showLitChar2 vzv = showLitChar0 vzv; 180.24/155.33 " 180.24/155.33 "showLitChar3 True vzw = showString ('\' : 'v' : []); 180.24/155.33 showLitChar3 vzx vzy = showLitChar2 vzy; 180.24/155.33 " 180.24/155.33 "showLitChar4 vzw = showLitChar3 (vzw == '\11') vzw; 180.24/155.33 showLitChar4 vzz = showLitChar2 vzz; 180.24/155.33 " 180.24/155.33 "showLitChar5 True wuu = showString ('\' : 't' : []); 180.24/155.33 showLitChar5 wuv wuw = showLitChar4 wuw; 180.24/155.33 " 180.24/155.33 "showLitChar6 wuu = showLitChar5 (wuu == '\9') wuu; 180.24/155.33 showLitChar6 wux = showLitChar4 wux; 180.24/155.33 " 180.24/155.33 "showLitChar7 True wuy = showString ('\' : 'r' : []); 180.24/155.33 showLitChar7 wuz wvu = showLitChar6 wvu; 180.24/155.33 " 180.24/155.33 "showLitChar8 wuy = showLitChar7 (wuy == '\13') wuy; 180.24/155.33 showLitChar8 wvv = showLitChar6 wvv; 180.24/155.33 " 180.24/155.33 "showLitChar9 True wvw = showString ('\' : 'n' : []); 180.24/155.33 showLitChar9 wvx wvy = showLitChar8 wvy; 180.24/155.33 " 180.24/155.33 "showLitChar10 wvw = showLitChar9 (wvw == '\10') wvw; 180.24/155.33 showLitChar10 wvz = showLitChar8 wvz; 180.24/155.33 " 180.24/155.33 "showLitChar11 True wwu = showString ('\' : 'f' : []); 180.24/155.33 showLitChar11 wwv www = showLitChar10 www; 180.24/155.33 " 180.24/155.33 "showLitChar12 wwu = showLitChar11 (wwu == '\12') wwu; 180.24/155.33 showLitChar12 wwx = showLitChar10 wwx; 180.24/155.33 " 180.24/155.33 "showLitChar13 True wwy = showString ('\' : 'b' : []); 180.24/155.33 showLitChar13 wwz wxu = showLitChar12 wxu; 180.24/155.33 " 180.24/155.33 "showLitChar14 wwy = showLitChar13 (wwy == '\8') wwy; 180.24/155.33 showLitChar14 wxv = showLitChar12 wxv; 180.24/155.33 " 180.24/155.33 "showLitChar15 True wxw = showString ('\' : 'a' : []); 180.24/155.33 showLitChar15 wxx wxy = showLitChar14 wxy; 180.24/155.33 " 180.24/155.33 "showLitChar16 wxw = showLitChar15 (wxw == '\7') wxw; 180.24/155.33 showLitChar16 wxz = showLitChar14 wxz; 180.24/155.33 " 180.24/155.33 "showLitChar17 c True = showChar c; 180.24/155.33 showLitChar17 c False = showLitChar16 c; 180.24/155.33 " 180.24/155.33 "showLitChar18 c = showLitChar17 c (c >= '\32'); 180.24/155.33 showLitChar18 wyu = showLitChar16 wyu; 180.24/155.33 " 180.24/155.33 "showLitChar19 True wyv = showString ('\' : '\' : []); 180.24/155.33 showLitChar19 wyw wyx = showLitChar18 wyx; 180.24/155.33 " 180.24/155.33 "showLitChar20 wyv = showLitChar19 (wyv == '\') wyv; 180.24/155.33 showLitChar20 wyy = showLitChar18 wyy; 180.24/155.33 " 180.24/155.33 "showLitChar21 True wyz = showString ('\' : 'D' : 'E' : 'L' : []); 180.24/155.33 showLitChar21 wzu wzv = showLitChar20 wzv; 180.24/155.33 " 180.24/155.33 "showLitChar22 wyz = showLitChar21 (wyz == '\127') wyz; 180.24/155.33 showLitChar22 wzw = showLitChar20 wzw; 180.24/155.33 " 180.24/155.33 "showLitChar23 c True = (showChar '\') . protectEsc isDigit (shows (fromEnum c)); 180.24/155.33 showLitChar23 c False = showLitChar22 c; 180.24/155.33 " 180.24/155.33 "showLitChar24 c = showLitChar23 c (c > '\127'); 180.24/155.33 showLitChar24 wzx = showLitChar22 wzx; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "cont (wz : xu)|p wz('\' : '&' : []) ++ wz : xu; 180.24/155.33 cont s = s; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "cont (wz : xu) = cont2 (wz : xu); 180.24/155.33 cont s = cont0 s; 180.24/155.33 " 180.24/155.33 "cont0 s = s; 180.24/155.33 " 180.24/155.33 "cont1 wz xu True = ('\' : '&' : []) ++ wz : xu; 180.24/155.33 cont1 wz xu False = cont0 (wz : xu); 180.24/155.33 " 180.24/155.33 "cont2 (wz : xu) = cont1 wz xu (p wz); 180.24/155.33 cont2 wzz = cont0 wzz; 180.24/155.33 " 180.24/155.33 The following Function with conditions 180.24/155.33 "undefined |Falseundefined; 180.24/155.33 " 180.24/155.33 is transformed to 180.24/155.33 "undefined = undefined1; 180.24/155.33 " 180.24/155.33 "undefined0 True = undefined; 180.24/155.33 " 180.24/155.33 "undefined1 = undefined0 False; 180.24/155.33 " 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (10) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (11) LetRed (EQUIVALENT) 180.24/155.33 Let/Where Reductions: 180.24/155.33 The bindings of the following Let/Where expression 180.24/155.33 "(showChar '[') . (shows x) . showl xs where { 180.24/155.33 showl [] = showChar ']'; 180.24/155.33 showl (x : xs) = (showChar ',') . (shows x) . showl xs; 180.24/155.33 } 180.24/155.33 " 180.24/155.33 are unpacked to the following functions on top level 180.24/155.33 "showListShowl [] = showChar ']'; 180.24/155.33 showListShowl (x : xs) = (showChar ',') . (shows x) . showListShowl xs; 180.24/155.33 " 180.24/155.33 The bindings of the following Let/Where expression 180.24/155.33 "(showChar '"') . showl cs where { 180.24/155.33 showl [] = showl3 []; 180.24/155.33 showl (zy : cs) = showl2 (zy : cs); 180.24/155.33 showl (c : cs) = showl0 (c : cs); 180.24/155.33 ; 180.24/155.33 showl0 (c : cs) = (showLitChar c) . showl cs; 180.24/155.33 ; 180.24/155.33 showl1 True (zy : cs) = (showString ('\' : '"' : [])) . showl cs; 180.24/155.33 showl1 zz vuu = showl0 vuu; 180.24/155.33 ; 180.24/155.33 showl2 (zy : cs) = showl1 (zy == '"') (zy : cs); 180.24/155.33 showl2 vuv = showl0 vuv; 180.24/155.33 ; 180.24/155.33 showl3 [] = showChar '"'; 180.24/155.33 showl3 vux = showl2 vux; 180.24/155.33 } 180.24/155.33 " 180.24/155.33 are unpacked to the following functions on top level 180.24/155.33 "showListShowl0 [] = showListShowl3 []; 180.24/155.33 showListShowl0 (zy : cs) = showListShowl2 (zy : cs); 180.24/155.33 showListShowl0 (c : cs) = showListShowl00 (c : cs); 180.24/155.33 " 180.24/155.33 "showListShowl2 (zy : cs) = showListShowl1 (zy == '"') (zy : cs); 180.24/155.33 showListShowl2 vuv = showListShowl00 vuv; 180.24/155.33 " 180.24/155.33 "showListShowl3 [] = showChar '"'; 180.24/155.33 showListShowl3 vux = showListShowl2 vux; 180.24/155.33 " 180.24/155.33 "showListShowl1 True (zy : cs) = (showString ('\' : '"' : [])) . showListShowl0 cs; 180.24/155.33 showListShowl1 zz vuu = showListShowl00 vuu; 180.24/155.33 " 180.24/155.33 "showListShowl00 (c : cs) = (showLitChar c) . showListShowl0 cs; 180.24/155.33 " 180.24/155.33 The bindings of the following Let/Where expression 180.24/155.33 "f . cont where { 180.24/155.33 cont (wz : xu) = cont2 (wz : xu); 180.24/155.33 cont s = cont0 s; 180.24/155.33 ; 180.24/155.33 cont0 s = s; 180.24/155.33 ; 180.24/155.33 cont1 wz xu True = ('\' : '&' : []) ++ wz : xu; 180.24/155.33 cont1 wz xu False = cont0 (wz : xu); 180.24/155.33 ; 180.24/155.33 cont2 (wz : xu) = cont1 wz xu (p wz); 180.24/155.33 cont2 wzz = cont0 wzz; 180.24/155.33 } 180.24/155.33 " 180.24/155.33 are unpacked to the following functions on top level 180.24/155.33 "protectEscCont2 xuu (wz : xu) = protectEscCont1 xuu wz xu (xuu wz); 180.24/155.33 protectEscCont2 xuu wzz = protectEscCont0 xuu wzz; 180.24/155.33 " 180.24/155.33 "protectEscCont1 xuu wz xu True = ('\' : '&' : []) ++ wz : xu; 180.24/155.33 protectEscCont1 xuu wz xu False = protectEscCont0 xuu (wz : xu); 180.24/155.33 " 180.24/155.33 "protectEscCont0 xuu s = s; 180.24/155.33 " 180.24/155.33 "protectEscCont xuu (wz : xu) = protectEscCont2 xuu (wz : xu); 180.24/155.33 protectEscCont xuu s = protectEscCont0 xuu s; 180.24/155.33 " 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (12) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.33 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (13) NumRed (SOUND) 180.24/155.33 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 180.24/155.33 ---------------------------------------- 180.24/155.33 180.24/155.33 (14) 180.24/155.33 Obligation: 180.24/155.33 mainModule Main 180.24/155.33 module Main where { 180.24/155.33 import qualified Prelude; 180.24/155.33 } 180.24/155.38 EOF