src/HOL/Tools/Quickcheck/narrowing_generators.ML
changeset 62494 b90109b2487c
parent 62493 dd154240a53c
child 62495 83db706d7771
equal deleted inserted replaced
62493:dd154240a53c 62494:b90109b2487c
   204 val pnf_narrowing_engine =
   204 val pnf_narrowing_engine =
   205   File.read @{path "~~/src/HOL/Tools/Quickcheck/PNF_Narrowing_Engine.hs"}
   205   File.read @{path "~~/src/HOL/Tools/Quickcheck/PNF_Narrowing_Engine.hs"}
   206 
   206 
   207 fun exec verbose code =
   207 fun exec verbose code =
   208   ML_Context.exec (fn () =>
   208   ML_Context.exec (fn () =>
   209     use_text ML_Env.local_context
   209     ML_Compiler0.use_text ML_Env.local_context
   210       {line = 0, file = "generated code", verbose = verbose, debug = false} code)
   210       {line = 0, file = "generated code", verbose = verbose, debug = false} code)
   211 
   211 
   212 fun with_overlord_dir name f =
   212 fun with_overlord_dir name f =
   213   let
   213   let
   214     val path =
   214     val path =