theory Scratch imports Main begin export_code 1 in SML file_prefix "hello" generate_file "Pure.hs" = \ module Isabelle.Pure where allConst, impConst, eqConst :: String allConst = \\<^const_name>\Pure.all\\ impConst = \\<^const_name>\Pure.imp\\ eqConst = \\<^const_name>\Pure.eq\\ \ ML \ Generated_Files.get_files \<^theory> |> map #path \ end