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
{{ message }}
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Chatting with @warpfork today and, since you already have to use syntax when using an advanced layout to define a type that specifies to the kind it is presenting itself as the kind syntax in the advanced layout definition is redundant.
Examples:
advanced FancyMap {
kind map
}
advanced FancyBytes {
kind bytes
}
type FancyMapType {String:String}<FancyMap>
type FancyByteType bytes<FancyBytes>