cTypeEquivalence

Types haven't been merged yet, because we haven't done semantic() yet. But we still need to see if t1 and t2 are the same type.

bool
cTypeEquivalence

Parameters

t1 Type

first type

t2 Type

second type

Return Value

Type: bool

true if they are equivalent types

Meta