Renamed session to avoid name clash with offical AFP entry.

このコミットが含まれているのは:
Achim D. Brucker 2020-12-19 09:33:34 +00:00
コミット 9fd9332f74
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

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