librasteve / raku-Physics-Measure

do calculations on objects with value, units and error
Artistic License 2.0
11 stars 2 forks source link

Generalize Length synonyms #46

Open librasteve opened 3 years ago

librasteve commented 3 years ago

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

librasteve commented 3 years ago

https://stackoverflow.com/questions/66188256/how-does-raku-do-class-synonyms