def concEval (self, vmap = {}): retv = self.value() assert((type(retv) is int) or (type(retv) is float) or (isinstance(retv, Fraction))) return retv