8df7c7b02d
We should not rely on this feature. It can be quite expensive. We invoke is_convertible in several places, in particular, if we are using overloading. For example, the frontend uses is_convertible to check which overload should be used. Thus, it will make several calls such as is_convertible(num, Nat) If is_convertible starts unfolding opaque definitions, we would keep expanding num. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
135 B
Text
7 lines
135 B
Text
Set: pp::colors
|
|
Set: pp::unicode
|
|
Imported 'macros'
|
|
Imported 'subtype'
|
|
Imported 'optional'
|
|
Using: subtype
|
|
Using: optional
|