summaryrefslogtreecommitdiff
path: root/src/util/integer.cpp
blob: 8fc788eb858dad0563db994c1181507d8dd587fe (plain)
1
2
3
4
5
6
7
#include "util/integer.h"

using namespace CVC4;

std::ostream& CVC4::operator<<(std::ostream& os, const Integer& n){
  return os << n.toString();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback