Type alias CompilationResultReduceError<ProgramState>

CompilationResultReduceError<ProgramState>: CompilationResultErrorBase & CompilationResultReduce<ProgramState> & {
    errorType: "reduce";
}

Type Parameters

  • ProgramState

Type declaration

  • errorType: "reduce"

Generated using TypeDoc