#include <libwccl/ops/predicate.h>

namespace Wccl {

const boost::scoped_ptr< Constant<Bool> > Predicate::True(new Constant<Bool>(Bool(true)));

const boost::scoped_ptr< Constant<Bool> > Predicate::False(new Constant<Bool>(Bool(false)));

} /* end ns Wccl */