cadCAD-org / cadcad-ri

The Reference Implementation
https://cadcad.org
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

local representation for a type of a space should include name of space #71

Open DrCatman opened 1 year ago

DrCatman commented 1 year ago

duplicated by: https://github.com/cadCAD-org/cadcad-ri/pull/67

mzargham commented 1 year ago

expected behavior

print(Point[Real])
>>> cadcad.Points.Point[Real]

print(Point[EmptySpace])
>>> cadcad.Points.Point[EmptySpace]