[][src]Function enso_macro_utils::type_matches_repr

pub fn type_matches_repr(ty: &Type, target_repr: &str) -> bool

Naive type equality test by comparing its representation with a string.