Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize Length synonyms #46

Open
librasteve opened this issue Feb 13, 2021 · 1 comment
Open

Generalize Length synonyms #46

librasteve opened this issue Feb 13, 2021 · 1 comment

Comments

@librasteve
Copy link
Owner

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
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant