src/HOL/Tools/Quickcheck/Narrowing_Engine.hs
changeset 44751 f523923d8182
parent 43079 4022892a2f28
child 45003 7591039fb6b4
equal deleted inserted replaced
44744:bdf8eb8f126b 44751:f523923d8182
     2 
     2 
     3 import Monad;
     3 import Monad;
     4 import Control.Exception;
     4 import Control.Exception;
     5 import System.IO;
     5 import System.IO;
     6 import System.Exit;
     6 import System.Exit;
     7 import Code;
     7 import Generated_Code;
     8 
     8 
     9 type Pos = [Int];
     9 type Pos = [Int];
    10 
    10 
    11 -- Term refinement
    11 -- Term refinement
    12 
    12