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
parent 73b3b13ab0
commit 9fd9332f74
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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