|
mCRL2
|
#include <normalize_sorts.h>
Public Types | |
| using | argument_type = sort_expression |
| using | result_type = sort_expression |
Public Member Functions | |
| normalize_sorts_function (const sort_specification &sort_spec) | |
| sort_expression | operator() (const sort_expression &e) const |
| Normalise sorts. | |
Public Attributes | |
| const std::map< sort_expression, sort_expression > & | m_normalised_aliases |
Definition at line 24 of file normalize_sorts.h.
Definition at line 26 of file normalize_sorts.h.
Definition at line 27 of file normalize_sorts.h.
|
inline |
Definition at line 32 of file normalize_sorts.h.
|
inline |
Normalise sorts.
Definition at line 38 of file normalize_sorts.h.
| const std::map< sort_expression, sort_expression >& mcrl2::data::detail::normalize_sorts_function::m_normalised_aliases |
Definition at line 30 of file normalize_sorts.h.