src/Pure/Tools/codegen_package.ML
author haftmann
Sun, 28 Aug 2005 10:05:03 +0200
changeset 17156 e50f95ccde99
permissions -rw-r--r--
(allocating new branch)

signature CODEGEN_PACKAGE =
sig
end;

structure CodegenPackage : CODEGEN_PACKAGE =
struct

end;