Enum hindley_milner::Errors [] [src]

pub enum Errors {
    InferenceError(String),
    ParseError(String),
}

Variants