Process J - A Concurrent Language
CSP semantics - Java-like syntax
Log in
Sign up
About
Install
Tutorial
Errors
Code Catalog
Research Papers
Error 2102
Message
Type with name 'XXX' already declared in this scope.
Explanation
Attempting to declare a record type with a name that is already used by a different type in the same top-level scope.
Discussion
Nothing here yet!