com.stripe.dagon
A tuple2 that uses reference equality on items to do equality useful for caching the results of pair-wise functions on DAGs.
Without this, you can easily get exponential complexity on recursion on DAGs.
true if the left is referentially equal to the right
A tuple2 that uses reference equality on items to do equality useful for caching the results of pair-wise functions on DAGs.
Without this, you can easily get exponential complexity on recursion on DAGs.