Open MasseGuillaume opened 10 years ago
Just like insert type but from the completion results
import scalaz._ import syntax.tree._ Tree.unfoldTree<completion> // contains unfoldTree[A, B](v: A)(f: (A => (B, () => Stream[A])): scalaz.Tree[B]
workaround
def a[A, B]<type at> = Tree.unfoldTree[A, B] _ // A => ((A => (B, () => Stream[A])) => scalaz.Tree[B])
Just like insert type but from the completion results
workaround