wneuper@59594: (* Title: collect all defitions for the Lucas-Interpreter wneuper@59594: Author: Walther Neuper 110226 wneuper@59594: (c) due to copyright terms wneuper@59594: *) wneuper@59594: wneuper@59594: theory Specify wenzelm@60314: imports "$ISABELLE_ISAC/MathEngBasic/MathEngBasic" wenzelm@60314: keywords "cas" :: thy_decl wneuper@59594: begin walther@59938: ML_file "o-model.sml" walther@59938: ML_file "i-model.sml" walther@59968: ML_file "pre-conditions.sml" walther@59959: ML_file "p-model.sml" walther@59984: ML_file "m-match.sml" walther@59960: ML_file refine.sml walther@59959: ML_file "test-out.sml" walther@59933: ML_file "specify-step.sml" walther@59981: ML_file specification.sml walther@59982: ML_file "cas-command.sml" walther@59984: ML_file "p-spec.sml" walther@59975: ML_file specify.sml Walther@60609: ML_file "sub-problem.sml" walther@59764: ML_file "step-specify.sml" wneuper@59595: wneuper@59594: ML \ walther@60009: \ ML \ walther@59937: \ ML \ wneuper@59594: \ ML \ wneuper@59594: \ wneuper@59594: end