-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Maybe our faux constructors can actually create types:
e.g. Polytope{Rational}(...)
could create BigObject{Polytope{Rational}}
this way we could leverage dispatch for auto-generated functions (and their docs).
Right now e.g. polytope.dim
function is created three times (with the same signature, so we don't see warnings) and docs are overwritten, so we need to do hacks like this:
Line 189 in 2c5910f
aggregate = Dict{String, Vector{Int}}() |
Metadata
Metadata
Assignees
Labels
No labels