src/HOL/Tools/Nitpick/kodkod_sat.ML
changeset 39221 70fd4a3c41ed
parent 38125 b178a63df952
child 45077 3cb902212af5
equal deleted inserted replaced
39220:8420a873f534 39221:70fd4a3c41ed
    69                          "/"
    69                          "/"
    70                    in
    70                    in
    71                      [if null markers then "External" else "ExternalV2",
    71                      [if null markers then "External" else "ExternalV2",
    72                       dir ^ dir_sep ^ exec, base ^ ".cnf",
    72                       dir ^ dir_sep ^ exec, base ^ ".cnf",
    73                       if dev = ToFile then out_file else ""] @ markers @
    73                       if dev = ToFile then out_file else ""] @ markers @
    74                       (if dev = ToFile then [out_file] else []) @ args
    74                      (if dev = ToFile then [out_file] else []) @ args
    75                    end)
    75                    end)
    76 fun dynamic_entry_for_info incremental (name, Internal (Java, mode, ss)) =
    76 fun dynamic_entry_for_info incremental (name, Internal (Java, mode, ss)) =
    77     if incremental andalso mode = Batch then NONE else SOME (name, K ss)
    77     if incremental andalso mode = Batch then NONE else SOME (name, K ss)
    78   | dynamic_entry_for_info incremental (name, Internal (JNI, mode, ss)) =
    78   | dynamic_entry_for_info incremental (name, Internal (JNI, mode, ss)) =
    79     if incremental andalso mode = Batch then
    79     if incremental andalso mode = Batch then