Changes between Version 11 and Version 12 of ccpn
- Timestamp:
- 02/02/19 23:57:18 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v11 v12 5 5 - to simulate CCPN models 6 6 - to generate a reachability graph for CCPN models 7 - to be integratedas a [https://www.haskell.org Haskell] library into Haskell programs7 - to integrate the CCPN simulator as a [https://www.haskell.org Haskell] library into Haskell programs 8 8 While [https://www.haskell.org Haskell] is used as the implementations language, [http://www.curry-language.org Curry] is used as the inscription language. 9 9 The main advantage is that CCPN inscriptions are side effect free due to the Curry's functional pureness and the control of side effects by its strong type system.