package cats
Type Members
-
class
LiftVisitor[F[_] <: AnyRef] extends NoPrepareEvents[F[Expr]]
Represents a function lifting an
Exprinto anF[Expr].Represents a function lifting an
Exprinto anF[Expr].This is a convenience class designed to help with implementations that don't need effects for most cases.