Commit Graph

1515 Commits

Author SHA1 Message Date
Burkhart Wolff 1c31a11bdc started para on CENELEC. 2022-04-12 08:54:37 +02:00
Burkhart Wolff 11ef56965f modified keyword list 2022-04-11 11:22:11 +02:00
Burkhart Wolff ca418f60b0 modified abstract 2022-04-11 11:17:12 +02:00
Burkhart Wolff 6f4259cc2c added an Interface Element into cENeLEC 2022-04-08 15:56:03 +02:00
Nicolas Méric 7201101a6c Fix typo 2022-04-07 14:29:24 +02:00
Burkhart Wolff 65e6240fa8 some elements on cenelec 2022-04-06 17:41:06 +02:00
Burkhart Wolff 0496ce3080 added basics of archive 2022-04-06 12:03:34 +02:00
Burkhart Wolff 4f6ac66167 Merge branch 'ICFEM-2022' of https://git.logicalhacking.com/Isabelle_DOF/Isabelle_DOF into ICFEM-2022 2022-04-06 09:29:16 +02:00
Burkhart Wolff 74ba9aa892 ... 2022-04-06 09:29:10 +02:00
Nicolas Méric d6468274d7 Shrink invariant checking examples
- Merge invariant checking and inherited invariant checking examples
- Delete useless query
2022-04-05 18:30:39 +02:00
Nicolas Méric 1c550a962a Shrink instances examples to gain space 2022-04-05 17:30:22 +02:00
Nicolas Méric 4a5523ac17 Merge branch '2021-ITP-PMTI' into ICFEM-2022 2022-04-05 16:45:19 +02:00
Nicolas Méric 7f02cbbde4 First corrections inrelation to the reviews 2022-04-05 16:32:46 +02:00
Nicolas Méric e125775350 Delete useless ontology definitions
Also pack down theory_text antiquotations to gain space
2022-04-05 15:23:43 +02:00
Nicolas Méric 7bd1b61ddd Avoid useless blank lines in theory_text antiquotations 2022-04-05 11:56:39 +02:00
Nicolas Méric b3fd073b38 Use lncs latex template 2022-04-05 08:17:57 +02:00
Nicolas Méric 8f2e194501 First attempt to use lncs template 2022-04-04 16:34:40 +02:00
Nicolas Méric 258fcc2f8e Migrate paper to Isabelle2021-1 2022-04-01 11:46:30 +02:00
Nicolas Méric d95a5aa2a8 Merge branch 'main' into test-merge 2022-04-01 09:59:22 +02:00
Nicolas Méric 9603311a9a Fix DOF manual and tests to work with assert* 2022-04-01 09:54:16 +02:00
Burkhart Wolff 2351e00be6 corrected and re-inserted Ecclectic Man into build 2022-03-31 15:55:01 +02:00
Burkhart Wolff 3e99e9e013 more discrepancies in the EcclecticMan solved. 2022-03-31 15:42:18 +02:00
Burkhart Wolff d2e1d77b01 some corrections in the Eccectic RefMan 2022-03-31 13:49:46 +02:00
Burkhart Wolff 96726fc507 Merge branch 'main' of https://git.logicalhacking.com/Isabelle_DOF/Isabelle_DOF 2022-03-31 10:12:51 +02:00
Burkhart Wolff a68ecb4f11 ... 2022-03-31 10:12:46 +02:00
Achim D. Brucker 1ea897e660 Merge branch 'main' of git.logicalhacking.com:Isabelle_DOF/Isabelle_DOF 2022-03-31 06:39:46 +01:00
Achim D. Brucker 1b25a08da8 Added email notification for failed builds. 2022-03-31 06:39:01 +01:00
Burkhart Wolff 6a7b5c6afb fixed term* bug (non-evaluation of meta-args). Needs cleanup. 2022-03-31 06:57:18 +02:00
Burkhart Wolff 9403afd86f addressing the value* transmission problem - not yet solved completely 2022-03-30 17:54:02 +02:00
Burkhart Wolff 894166a630 Merge branch 'main' of https://git.logicalhacking.com/Isabelle_DOF/Isabelle_DOF 2022-03-30 16:19:36 +02:00
Burkhart Wolff 34df9f6fcd some bugs corrected 2022-03-30 16:19:31 +02:00
Nicolas Méric c5a3239d2b Merge pull request 'eager-and-lazy-elaboration' (#17) from nicolas.meric/Isabelle_DOF:eager-and-lazy-elaboration into main
Reviewed-on: Isabelle_DOF/Isabelle_DOF#17
2022-03-30 06:48:31 +00:00
Nicolas Méric e4e4a708a5 Update assert* to use isabelle/DOF evaluation 2022-03-30 08:12:17 +02:00
Nicolas Méric 9cd5323063 Update DOF manual meta-types as types section
Types of the implementation language inside the HOL type system
are now represented as datatypes and not just abstract types
2022-03-29 15:22:44 +02:00
Nicolas Méric 444d6d077c Add eager and lazy elaboration
- Isabelle uses eager evaluation, so should the elaboration of terms
  which are evaluated.
  The value of instances are now registered in the data tables
  of Isabelle/DOF when fully elaborated, ie,
  term annotation antiquotations proposed by Isabelle/DOF in
  an instance value are replaced by its value before registration
  in Isabelle/DOF data
  A new field, input_term, stores the lazy elaboration
  and is used when elaboration is not wished
  (to print the original input term declared by the user, for example)
- Clean up the simplication mechanism of the internal trace attribute
  (used by monitor classes)
2022-03-29 15:22:44 +02:00
Nicolas Méric ec33e70bbf Loosen dependency on Toplevel.transition
Loosen the dependency of the implementation of value* and term*
on Toplevel.transition.
Toplevel.transition should be avoided as it has specific behaviors
like only allowing atomic transactions.
2022-03-29 15:22:44 +02:00
Achim D. Brucker f655d2a784 Removed adding build script (no longer needed). 2022-03-27 21:40:51 +01:00
Achim D. Brucker d80d5b0538 Support for local styles and templates. 2022-03-27 21:29:25 +01:00
Achim D. Brucker e5874396c4 Re-added build badge. 2022-03-27 21:15:10 +01:00
Achim D. Brucker 60b7216daa Removed confusing build status. 2022-03-27 15:51:32 +01:00
Achim D. Brucker 4a7605b43e Removed build script from default document directory layout. 2022-03-27 14:59:43 +01:00
Achim D. Brucker 8a2828f3bf Fixed markdown. 2022-03-27 14:07:51 +01:00
Achim D. Brucker 9522597733 Updated release script to new installation setup. 2022-03-27 14:05:05 +01:00
Achim D. Brucker 9f773ca129 Fixed markdown. 2022-03-27 14:04:45 +01:00
Achim D. Brucker 7b8ae0a93d Make use of install script optional in favor of registration as Isabelle component. Style files, templates, and scripts are no longer installed into ISABELLE_USER_HOME. 2022-03-27 13:21:55 +01:00
Achim D. Brucker 700855411e Do not register build script in default ROOT file (no longer needed). 2022-03-27 12:21:14 +01:00
Achim D. Brucker 5348a609be Official support for lipics-v2021 (fixes #13). 2022-03-27 12:20:49 +01:00
Achim D. Brucker 46c46af880 Removed outdated lipics v2019 setup. 2022-03-27 12:02:48 +01:00
Achim D. Brucker 7b4450450d Hide use of build script from users. 2022-03-27 12:02:15 +01:00
Achim D. Brucker 1d48fb810f Updated messages to users and removed outdated checks. 2022-03-27 11:01:20 +01:00