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
There should be a well-defined type depth that determines how deep any structured type can be. In the reference implementation, this is defined by clarity::vm::types::MAX_TYPE_DEPTH, which is 32.
The text was updated successfully, but these errors were encountered:
There should be a well-defined type depth that determines how deep any structured type can be. In the reference implementation, this is defined by
clarity::vm::types::MAX_TYPE_DEPTH
, which is 32.The text was updated successfully, but these errors were encountered: