You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following only shows speed_of_light, c as relevant matches for the hole. But the local binding v0 should be shown as well.
>>> fn v() = 1 km/h + ?
where v0 = 2 km/h
error: Found typed hole
┌─ <input:4>:1:19
│
1 │ fn v() = 1 km/h + ?
│ ^ Velocity
│
= Found a hole of type 'Velocity' in the statement:
= fn v() -> Velocity = (1 kilometre / hour) + ?
where v0: Velocity = 2 kilometre / hour
= Relevant matches for this hole include:
= speed_of_light, c
The text was updated successfully, but these errors were encountered:
The following only shows
speed_of_light
,c
as relevant matches for the hole. But the local bindingv0
should be shown as well.The text was updated successfully, but these errors were encountered: