Renamed session to avoid name clash with offical AFP entry.

This commit is contained in:
Achim D. Brucker 2020-12-19 09:33:34 +00:00
bovenliggende 73b3b13ab0
commit 9fd9332f74
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen

Bestand weergeven

@ -1,6 +1,6 @@
chapter AFP
session Extended_Finite_State_Machines (AFP) = "HOL-Library" +
session "Extended_Finite_State_Machines-devel" (AFP) = "HOL-Library" +
options [timeout = 600]
sessions
FinFun

Bestand weergeven

@ -11,7 +11,7 @@ submitted, as an update to the existing entry, at a later point in time.
## How to build
```console
achim@logicalhacking:~$ isabelle build -D Extended_Finite_State_Machines
achim@logicalhacking:~$ isabelle build -D Extended_Finite_State_Machines-devel
```
## Authors