took out some datatype tests for Refute -- these yield timeouts on some Isatests after transition to new datatypes, for some reason (and Refute is obsolete anyway)
(* Title: Code_Test_PolyML.thy
Author: Andreas Lochbihler, ETH Zurich
Test case for test_code on PolyML
*)
theory Code_Test_PolyML imports Code_Test begin
test_code "14 + 7 * -12 = (140 div -2 :: integer)" in PolyML
eval_term "14 + 7 * -12 :: integer" in PolyML
end