forked from spechub/Hets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtModal.hs
More file actions
31 lines (20 loc) · 713 Bytes
/
ExtModal.hs
File metadata and controls
31 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{- |
Description : extended modal logic extension of CASL
Copyright :
License : GPLv2 or higher, see LICENSE.txt
Maintainer :
Stability : experimental
Portability :
This folder contains the files for ExtModal basic specs
* "ExtModal.AS_ExtModal" abstract syntax
* "ExtModal.Parse_AS" parser
* "ExtModal.Print_AS" pretty printing
* "ExtModal.ExtModalSign" signatures
* "ExtModal.StatAna" static analysis
* "ExtModal.ExtModalSystems"
recognition of various systems such as S4, S5 etc.
* "ExtModal.ATC_ExtModal" ATerm conversion
* "ExtModal.Logic_ExtModal"
the ModalCASL instance of type class 'Logic.Logic.Logic'
-}
module ExtModal where