Commit Graph

192 Commits

Author SHA1 Message Date
Nicolas Méric 331fcd07f0 Update invariants checking
Make invariants checking compatible with namespaces
and the new invariants implementation
2023-11-20 16:57:01 +01:00
Nicolas Méric 5dc20889a8 Partially implement polymorphic classes support for class invariants 2023-11-08 08:47:54 +01:00
Nicolas Méric 7b54bf5ca5 Cleanup 2023-09-20 15:56:50 +02:00
Nicolas Méric baa36b10c1 Cleanup 2023-09-20 15:00:43 +02:00
Nicolas Méric c57ce6292b Update output type name for latex refs 2023-09-19 17:03:00 +02:00
Achim D. Brucker e12abadc94 Test with Isabelle 2023. 2023-09-14 06:29:01 +01:00
Achim D. Brucker 792fd60055 Merge branch 'main' into isabelle_nightly 2023-09-12 18:58:58 +01:00
Nicolas Méric ec7297f1d3 Update instances list term antiquotation
Make instances list term antiquotation compatible with
polymorphic classes
2023-09-11 09:07:10 +02:00
Achim D. Brucker e4ee3ff240 Merge branch 'main' into isabelle_nightly 2023-08-31 08:27:53 +01:00
Achim D. Brucker 4393042f2c Merge. 2023-08-29 08:09:28 +01:00
Achim D. Brucker fef7b9d60b Merge commit 'cef4086029' into isabelle_nightly 2023-08-29 06:40:37 +01:00
Achim D. Brucker ab7d695a77 Merge. 2023-08-29 06:37:33 +01:00
Achim D. Brucker c063287947 Isabelle API update. 2023-08-29 06:11:32 +01:00
Achim D. Brucker 342984df3b Converted def into newcommand. 2023-08-04 07:01:42 +01:00
Achim D. Brucker 5a8e79fb7e Moved default value for title into template, as some LaTeX classes do not allow for a pre-set title. 2023-08-04 04:37:14 +01:00
Achim D. Brucker 0a3259fbca Merge commit '59b082d09d55d55ef6c6f8bd8e821122dddf3574' into isabelle_nightly 2023-08-03 03:35:29 +01:00
Nicolas Méric b447a480fb Fix manual latex compilation 2023-07-20 15:04:39 +02:00
Nicolas Méric a78397693e Update instances term antiquotation in manual 2023-07-20 14:32:03 +02:00
Nicolas Méric 9812bc0517 Use binding for instances name 2023-07-20 10:11:48 +02:00
Nicolas Méric b364880bfc Polymorphic classes first draft 2023-07-19 18:58:04 +02:00
Nicolas Méric 5a7cbf2da5 Add file checking in figure_content 2023-06-20 11:05:11 +02:00
Nicolas Méric 7f7780f8fd Update restriction of RegExpInterface notations to onto class definition 2023-06-19 19:10:21 +02:00
Nicolas Méric 889805cccc Add basic block environment support for beamer 2023-06-19 09:19:28 +02:00
Nicolas Méric cef4086029 Add basic support for beamer frame options and add a figure_content antiquotation 2023-06-16 11:54:33 +02:00
Nicolas Méric 9df276ac6f Add first beamer frame implementation in SML 2023-06-15 16:07:08 +02:00
Nicolas Méric 59b082d09d Handle "_" and "'" in mixfix to be compatible with inner syntax names 2023-06-06 16:44:11 +02:00
Achim D. Brucker 7e7c197ac3 Merge branch 'main' into isabelle_nightly 2023-05-25 11:42:31 +02:00
Nicolas Méric 4f8e588138 Document disable_assert_evaluation theory atttribute in the manual 2023-05-24 14:17:16 +02:00
Nicolas Méric 2c0b51779e Add the possibility to disable evaluation for assert* 2023-05-24 12:38:29 +02:00
Nicolas Méric 350ff6fe76 Make class invariants long-names unique
Now class invariants names use internally the class name
as a user Binding.qualifier.
This way one can use the same name for an invariant
in two different classes in the same theory:

doc_class "hypothesis"  = math_content +
   referentiable :: bool <= "True"
   level         :: "int option"         <= "Some 2"
   mcc           :: "math_content_class" <= "hypt"
   invariant d :: "mcc σ = hypt"

doc_class "math_proof"  = math_content +
   referentiable :: bool <= "True"
   level         :: "int option"         <= "Some 2"
   mcc           :: "math_content_class" <= "prf_stmt"
   invariant d :: "mcc σ = prf_stmt"

find_consts name:"math_proof.d_inv"
find_consts name:"hypothesis.d_inv"
2023-05-23 14:44:16 +02:00
Achim D. Brucker c803474950 Merge branch 'main' into isabelle_nightly 2023-05-19 16:19:00 +02:00
Achim D. Brucker e17f09e624 Merge branch 'main' of git.logicalhacking.com:Isabelle_DOF/Isabelle_DOF 2023-05-19 16:16:30 +02:00
Achim D. Brucker 8051d4233e Ensure compatibility with TeX Live 2019 (as used by AFP's build servers). 2023-05-17 13:57:35 +02:00
Achim D. Brucker 2dc16b263f Removed root.tex (bug). 2023-05-17 12:19:30 +02:00
Achim D. Brucker c7debc577b Moved src formats into subfolder and removed them from ROOT file. 2023-05-17 09:16:41 +02:00
Achim D. Brucker 9c94593f45 Removed unused files. 2023-05-17 06:39:44 +02:00
Nicolas Méric 4d89250606 Restrict RegExpInterface notations to onto class definition 2023-05-16 12:27:19 +02:00
Achim D. Brucker 060f2aca89 Merge branch 'main' into isabelle_nightly 2023-05-15 10:50:08 +02:00
Nicolas Méric ba7c0711a8 Update documentation and some refactoring 2023-05-15 10:48:40 +02:00
Achim D. Brucker 4adbe4ce81 Merge branch 'main' into isabelle_nightly 2023-05-15 10:20:12 +02:00
Achim D. Brucker 7e698a9e69 Merge branch 'main' of git.logicalhacking.com:Isabelle_DOF/Isabelle_DOF 2023-05-15 10:16:34 +02:00
Achim D. Brucker 2569db05c3 Pushed raggedbottom into templates. 2023-05-15 10:16:31 +02:00
Nicolas Méric cd311d8a3a Update firgure* implementation 2023-05-15 09:36:02 +02:00
Achim D. Brucker 1986d0bcbd Merge branch 'main' into idir-remarks 2023-05-15 06:34:34 +00:00
Achim D. Brucker bbac65e233 Proof reading. 2023-05-15 08:30:33 +02:00
Achim D. Brucker 641bea4a58 Improved documentation and fixed width-bug of figure* macro. 2023-05-15 00:01:30 +02:00
Burkhart Wolff d0cd28a45c eliminated side_by_side figure, actualized refman. 2023-05-14 17:35:00 +02:00
Achim D. Brucker a93046beac Merge. 2023-05-13 00:09:44 +02:00
Nicolas Méric b8282b771e Cleanup 2023-05-12 20:04:44 +02:00
Achim D. Brucker 6bab138af6 Removed default author. 2023-05-12 17:50:17 +02:00