src/HOL/Codegenerator_Test/Code_Test_PolyML.thy
author blanchet
Wed, 03 Sep 2014 00:06:23 +0200
changeset 58151 414deb2ef328
parent 58039 469a375212c1
child 58348 2d47c7d10b62
permissions -rw-r--r--
take out 'x = C' of the simplifier for unit types

(*  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