org.dhallj.cats
package org.dhallj.cats
Type members
Classlikes
class LiftVisitor[F <: ([_] =>> AnyRef)](F: Applicative[F], sortFields: Boolean) extends NoPrepareEvents[F[Expr]]
Represents a function lifting an Expr
into an F[Expr]
.
Represents a function lifting an Expr
into an F[Expr]
.
This is a convenience class designed to help with implementations that don't need effects for most cases.