demergent-labs/kybra

Consider using the `Type[]` generic when creating type aliases

Closed this issue · 1 comments

Chat GPT recommended creating aliases with Value = Type[str] instead of Value = str. We should see if that's really better.

Types

We decided to create our own alias type so that we could ensure the enclosed type was actually a candid type (implemented in #261). So, this is no longer necessary. Closing for now.