7     using carl::operator<<;
 
   12     struct ExpressionContent;
 
   14     struct QuantifierExpression;
 
   15     struct UnaryExpression;
 
   16     struct BinaryExpression;
 
   17     struct NaryExpression;
 
std::ostream & operator<<(std::ostream &os, const Expression &expr)
std::vector< Expression > Expressions
QuantifierType type(const std::pair< QuantifierType, std::vector< carl::Variable >> &p)
Class to create the formulas for axioms.
expression::Expressions Expressions
expression::Expression Expression