Renaming to comply with the usual naming convention that theory names start with an uppercase letter.
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Achim D. Brucker 2022-04-02 13:12:59 +01:00
parent 29fbeaed36
commit 6eb7d1cde3
4 changed files with 16 additions and 16 deletions

View File

@ -44,7 +44,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
***********************************************************************************)
chapter\<open>The Functional XML Parser for Isabelle\<close>
theory fxp
theory Fxp
imports Main
begin

View File

@ -45,7 +45,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
chapter\<open>ML Yacc Library for Isabelle\<close>
theory
"ml_yacc_lib"
"Ml_Yacc_Lib"
imports
Main
begin

View File

@ -14,6 +14,13 @@ older versions might be available on a dedicated branch.
that provides a simple way for specifying assertions that Isabelle
checks while processing a theory.
* [Code_Reflection.thy](Code_Reflection.thy) provides a new top-level
command for reflecting generated SML code into Isabelle's ML
environment.
* [Fxp.thy](Fxp.thy) provides Isabelle support for The Functional XML
Parser (fxp).
* [Hiding_Type_Variables.thy](Hiding_Type_Variables.thy) provides
print a setup for defining default type variables of type
constructors. The default type variables can be hidden in output,
@ -22,18 +29,11 @@ older versions might be available on a dedicated branch.
which (sometimes) helps to focus on the important parts of complex
type declarations.
* [Nano_JSON.thy](Nano_JSON.thy) provides support for a JSON-like
data exchange for Isabelle/HOL.
* [Code_Reflection.thy](Code_Reflection.thy) provides a new top-level
command for reflecting generated SML code into Isabelle's ML
environment.
* [ml_yacc_lib.thy](ml_yacc_lib.thy) provides Isabelle support for parser
* [Ml_Yacc_Lib.thy](Ml_Yacc_Lib.thy) provides Isabelle support for parser
generated by ml-yacc (part of sml/NJ).
* [fxp.thy](fxp.thy) provides Isabelle support for The Functional XML
Parser (fxp).
* [Nano_JSON.thy](Nano_JSON.thy) provides support for a JSON-like
data exchange for Isabelle/HOL.
* [Simple_Oracle.thy](Simple_Oracle.thy) provides an example on integrating
an external tool as simple oracle or counter example generator, similar

8
ROOT
View File

@ -2,11 +2,11 @@ session "isabelle-hacks" = "HOL" +
options [timeout = 600, document = pdf, document_variants="document:outline=/proof,/ML",document_output=output]
theories
Assert
Hiding_Type_Variables
Nano_JSON
Code_Reflection
fxp
ml_yacc_lib
Fxp
Hiding_Type_Variables
Ml_Yacc_Lib
Nano_JSON
Simple_Oracle
document_files
root.tex