Made all import paths globally qualified.

This commit is contained in:
Achim D. Brucker 2022-05-06 09:17:10 +01:00
parent 2833deff90
commit 61f167c29c
7 changed files with 13 additions and 10 deletions

View File

@ -3,7 +3,7 @@ chapter\<open>Common Criteria Definitions\<close>
(*<<*)
theory CC_terminology
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
begin
@ -427,4 +427,4 @@ Definition*[evalu_def, tag="'' Evaluator''"]
as mandatory statement of evaluation criteria when determining the assurance
of @{docitem toe_def}s and when evaluating @{docitem pp_def}s and @{docitem st_def}s.\<close>
end
end

View File

@ -15,7 +15,7 @@
(*<*)
theory "CC_v3_1_R5"
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
"CC_terminology"

View File

@ -25,7 +25,7 @@ identifies:
(*<<*)
theory CENELEC_50128
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
begin
(* this is a hack and should go into an own ontology, providing thingsd like:
@ -771,4 +771,4 @@ ML
Syntax.read_typ @{context} "hypothesis" handle _ => dummyT;
Proof_Context.init_global; \<close>
end
end

View File

@ -13,8 +13,11 @@
section\<open>A conceptual introduction into DOF and its features:\<close>
theory Conceptual
imports "../../DOF/Isa_DOF" "../../DOF/Isa_COL"
theory
Conceptual
imports
"Isabelle_DOF.Isa_DOF"
"Isabelle_DOF.Isa_COL"
begin

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for scientific, MINT-oriented papers.\<close>
theory scholarly_paper
imports "../../DOF/Isa_COL"
imports "Isabelle_DOF.Isa_COL"
keywords "author*" "abstract*"
"Definition*" "Lemma*" "Theorem*" :: document_body

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for a math paper\<close>
theory small_math
imports "../../DOF/Isa_COL"
imports "Isabelle_DOF.Isa_COL"
begin
doc_class title =

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for a scholarly paper\<close>
theory technical_report
imports "../scholarly_paper/scholarly_paper"
imports "Isabelle_DOF.scholarly_paper"
begin
(* for reports paper: invariant: level \<ge> -1 *)