Compiler

sealed trait Compiler[F[_], G[_]]

Type class which describes compilation of a Stream[F, O] to a G[*].

Type class which describes compilation of a Stream[F, O] to a G[*].

Companion
object
class Object
trait Matchable
class Any