Function enso_macro_utils::type_matches_repr[][src]

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

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