Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
isa-afp
afp-2020
Commits
bf9b4a59049e
Commit
bc5c38cd
authored
Jan 29, 2011
by
wenzelm
Browse files
modernized theory names;
parent
beaf07aa3392
Changes
2
Hide whitespace changes
Inline
Side-by-side
thys/Example-Submission/ROOT.ML
View file @
bf9b4a59
(* to suppress document generation of some theories, use:
no_document use_thys ["ThisTheory1", "ThisTheory2"];
no_document use_thys ["This
_
Theory1", "This
_
Theory2"];
*)
(* for normal theory loading, use:
use_thys ["ThatTheory1", "ThatTheory2", "ThatTheory3"];
use_thys ["That
_
Theory1", "That
_
Theory2", "That
_
Theory3"];
*)
use_thys
[
"Submission"
];
thys/Example-Submission/Submission.thy
View file @
bf9b4a59
(* Title: An example submission to the Archive of Formal Proof
ID: $Id: Submission.thy,v 1.11 2008-06-12 06:57:16 lsf37 Exp $
Author: Gerwin Klein <kleing at cse.unsw.edu.au>, 2004
Maintainer: Gerwin Klein <kleing at cse.unsw.edu.au>
*)
...
...
@@ -115,7 +114,7 @@ in the AFP by importing them. For example, if you build on theory W in
the article MiniML, the way to import it is:
\begin{verbatim}
theory MyTheory
theory My
_
Theory
imports "../MiniML/W"
begin
\end{verbatim}
...
...
@@ -124,7 +123,7 @@ To build on a theory that is in the Isabelle distribtion, but not in
one of the standard images like HOL, use something like the following:
\begin{verbatim}
theory MyTheory
theory My
_
Theory
imports "~~/src/HOL/Number_Theory/Number_Theory"
begin
\end{verbatim}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment