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
부모 73b3b13ab0
커밋 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