| Copyright | (c) Liam O'Reilly Swansea University 2009 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | csliam@swansea.ac.uk |
| Stability | experimental |
| Portability | non-portable(import Logic.Logic) |
| Safe Haskell | None |
CspCASL.Comorphisms
Description
Synopsis
- data CspCASL2CspCASL a b = CspCASL2CspCASL a b
- cspCASLTrace :: CspCASL2CspCASL () Trace
- cspCASLFailure :: CspCASL2CspCASL () Failure
Documentation
data CspCASL2CspCASL a b Source #
The identity of the comorphism
Constructors
| CspCASL2CspCASL a b |
Instances
cspCASLTrace :: CspCASL2CspCASL () Trace Source #