package
connector
Type Members
-
trait
BackendModule extends AnyRef
-
trait
ChrootedInterpreter extends BackendModule
-
type
CompileM[A] = EitherT[PhaseResultW, SemanticErrors, A]
-
trait
DefaultAnalyzeModule extends AnyRef
-
type
EnvErr[A] = Failure[EnvironmentError, A]
-
type
EnvErrT[F[_], A] = EitherT[F, EnvironmentError, A]
-
sealed abstract
class
EnvironmentError extends AnyRef
-
trait
ManagedQueryFile[C] extends AnyRef
-
trait
ManagedReadFile[C] extends AnyRef
-
trait
ManagedWriteFile[C] extends AnyRef
-
final
case class
PhysicalPlan[R](repr: R, paths: ISet[APath]) extends Product with Serializable
-
type
PlannerErrT[F[_], A] = EitherT[F, PlannerError, A]