src/HOL/Codegenerator_Test/Code_Test_SMLNJ.thy
author blanchet
Wed, 03 Sep 2014 00:06:24 +0200
changeset 58152 6fe60a9a5bad
parent 58039 469a375212c1
child 58348 2d47c7d10b62
permissions -rw-r--r--
use 'datatype_new' in 'Main'

(*  Title:      Code_Test_SMLNJ.thy
    Author:     Andreas Lochbihler, ETH Zurich

Test case for test_code on SMLNJ
*)

theory Code_Test_SMLNJ imports Code_Test begin

test_code "14 + 7 * -12 = (140 div -2 :: integer)" in SMLNJ

eval_term "14 + 7 * -12 :: integer" in SMLNJ

end