pub fn check( plan: &BuildPlan, terse_mode: bool) -> Result<CompileResult<(ParseProgram, Option<TyProgram>)>>
Compile the entire forc package and return a typed program, if any.