12#ifndef MCRL2_DATA_EXISTS_H
13#define MCRL2_DATA_EXISTS_H
46 template <
typename Container >
63template <class... ARGUMENTS>
72std::string
pp(
const exists& x);
aterm()
Default constructor.
bool empty() const
Returns true if the list's size is 0.
void swap(unprotected_aterm_core &t) noexcept
Swaps this term with its argument.
An abstraction expression.
const variable_list & variables() const
const data_expression & body() const
abstraction()
Default constructor.
const binder_type & binding_operator() const
\brief Binder for existential quantification
existential quantification.
exists(const Container &variables, const data_expression &body, typename atermpp::enable_if_container< Container, variable >::type *=nullptr)
exists(exists &&) noexcept=default
exists(const exists &) noexcept=default
Move semantics.
The main namespace for the aterm++ library.
void swap(abstraction &t1, abstraction &t2)
\brief swap overload
bool is_abstraction(const atermpp::aterm &x)
Returns true if the term t is an abstraction.
std::string pp(const abstraction &x)
void make_abstraction(atermpp::aterm &result, ARGUMENTS... arguments)
void make_exists(atermpp::aterm &result, ARGUMENTS... arguments)
std::ostream & operator<<(std::ostream &out, const abstraction &x)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...