pub fn check(
    plan: &BuildPlan,
    terse_mode: bool
) -> Result<CompileResult<(ParseProgram, Option<TyProgram>)>>
Expand description

Compile the entire forc package and return a typed program, if any.