Type Definition erg_compiler::error::tycheck::TyCheckWarning

source ·
pub type TyCheckWarning = CompileWarning;

Implementations§

source§

impl TyCheckWarning

source

pub fn unnecessary_tyvar_warning( input: Input, errno: usize, loc: Location, name: &str, caused_by: String ) -> Self