src/HOL/Codegenerator_Test/Code_Test_GHC.thy
author nipkow
Thu, 02 Oct 2014 22:33:45 +0200
changeset 58519 7d85162e8520
parent 58414 f945e7af0d27
child 58626 6c473ed0ac70
permissions -rw-r--r--
tuned

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

Test case for test_code on GHC
*)

theory Code_Test_GHC imports Code_Test begin

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

value [GHC] "14 + 7 * -12 :: integer"

end