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
It would be convenient to have a function that constructs a sub-C-set of a C-set. Specifically, I am imagining a generic function subobject with a method
subobject(x::ACSet, parts::NamedTuple)
to be called like
x =Graph()
...
f =subobject(x, (V=[...], E=[...]))
and returning a monomorphism f with codom(f) == x.
The text was updated successfully, but these errors were encountered:
It would be convenient to have a function that constructs a sub-C-set of a C-set. Specifically, I am imagining a generic function
subobject
with a methodto be called like
and returning a monomorphism
f
withcodom(f) == x
.The text was updated successfully, but these errors were encountered: