12#ifndef MCRL2_DATA_DETAIL_EQUAL_SORTS_H
13#define MCRL2_DATA_DETAIL_EQUAL_SORTS_H
36 for (; i != v.
end(); ++i, ++j)
size_type size() const
Returns the size of the term_list.
const_iterator end() const
Returns a const_iterator pointing to the end of the term_list.
const_iterator begin() const
Returns a const_iterator pointing to the beginning of the term_list.
bool equal_sorts(sort_expression const &s1, sort_expression const &s2) const
Checks whether two sort expressions represent the same sort.
The class data_specification.
bool equal_sorts(const data::variable_list &v, const data::data_expression_list &w, const data::data_specification &data_spec)
Checks if the sorts of the variables/expressions in both lists are equal.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...