com.stripe.brushfire.package.scala Maven / Gradle / Ivy
package com.stripe
package object brushfire {
type Tree[K, V, T] = AnnotatedTree[K, V, T, Unit]
type BranchLabel[K, V, A] = (K, Predicate[V], A)
type LeafLabel[T, A] = (Int, T, A)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy