vivarium-collective / bigraph-schema

compositional type schemas
Apache License 2.0
1 stars 1 forks source link

Easy register of new types #37

Closed eagmon closed 8 months ago

eagmon commented 8 months ago

I am often confronted with a new type that is needed as I am trying to build a model. The easy thing to do is use an Any type, which lets me move forward but seems kind of pointless and not correctly using the types. There needs to be a way to quickly register new types on the fly, without having to dig into bigraph-schema and looking through for type examples and the type registry.