Ignore:
Timestamp:
Nov 16, 2012, 10:38:01 AM (13 years ago)
Author:
gobi
Message:

removing some debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sizechecking/Constraints.hs

    r6 r14  
    158158        l1 <- checkCond1 v1 (Condition ((h `LTC` f):d) e' x) 
    159159        l2 <- checkCond1 v2 (Condition ((h `GEC` f):d) g' x) 
    160         putStrLn $ " -> " ++ show l1 
    161         putStrLn $ " -> " ++ show l2 
     160--        putStrLn $ " -> " ++ show l1 
     161--        putStrLn $ " -> " ++ show l2 
    162162        return $ l1 ++ l2 
    163163    checkCond1 v z@(Condition d (App (Var a) x) (App (Var b) y)) | a==b = 
     
    321321    '-' -> al - bl 
    322322    '*' -> al * bl 
     323    '/' -> al `SBV.sDiv` bl 
    323324    where 
    324325    al = compilel v a 
Note: See TracChangeset for help on using the changeset viewer.