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
406 #Synonyms for Length...
407 #FIXME need eg. my Distance $d = 42cm
408 class Distance is Length is export {}
409 class Breadth is Length is export {}
410 class Width is Length is export {}
411 class Height is Length is export {}
412 class Depth is Length is export {}
right now
$distance ~~ Length #ok
$length ~~ Distance #fail
The text was updated successfully, but these errors were encountered:
406 #Synonyms for Length...
407 #FIXME need eg. my Distance $d = 42cm
408 class Distance is Length is export {}
409 class Breadth is Length is export {}
410 class Width is Length is export {}
411 class Height is Length is export {}
412 class Depth is Length is export {}
right now
$distance ~~ Length #ok
$length ~~ Distance #fail
The text was updated successfully, but these errors were encountered: