src/HOL/Tools/Nitpick/kodkod.ML
changeset 36381 f4d84d84a01a
parent 35814 234eaa508359
child 36385 ff5f88702590
equal deleted inserted replaced
36380:1e8fcaccb3e8 36381:f4d84d84a01a
   894                  commas (map int_string_for_bound int_bounds) ^ "\n"));
   894                  commas (map int_string_for_bound int_bounds) ^ "\n"));
   895          map (fn b => (out_assign b; out ";")) expr_assigns;
   895          map (fn b => (out_assign b; out ";")) expr_assigns;
   896          out "solve "; out_outmost_f formula; out ";\n")
   896          out "solve "; out_outmost_f formula; out ";\n")
   897   in
   897   in
   898     out ("// This file was generated by Isabelle (most likely Nitpick)\n" ^
   898     out ("// This file was generated by Isabelle (most likely Nitpick)\n" ^
   899          "// " ^ Date.fmt "%Y-%m-%d %H:%M:%S"
   899          "// " ^ Sledgehammer_Util.timestamp () ^ "\n");
   900                           (Date.fromTimeLocal (Time.now ())) ^ "\n");
       
   901     map out_problem problems
   900     map out_problem problems
   902   end
   901   end
   903 
   902 
   904 (** Parsing of solution **)
   903 (** Parsing of solution **)
   905 
   904