"doc" "doc/quickstart"
theories
(* some libraries appear explicitly here (although they are subsequently imported) to
tune the presentation sequence of the theories in the generated pdf document *)
(* Library *)
More_Lib "MkTermAntiquote" "MkTermAntiquote_Tests" "TermPatternAntiquote" "TermPatternAntiquote_Tests"
document_files (in "doc/quickstart/sources") "minmax.c" "mult_by_add.c" "swap.c"
document_files (in "c-parser/doc") "ctranslation_body.tex" "ctranslation.bib"
session AutoCorres2_Main in main = Simpl +
options [timeout = 2400]
sessions
AutoCorres2 \<comment> \<open>not the parent session to avoid importing the doc / example theories\<close>
theories
AutoCorres_Main
AutoCorres_Nondet_Syntax