@ version 1 . Bundle = . Modules = { ModulePath: Schema ...:... }. Schema = . ; version 1 . Version = 1 . PointerName = Ref / #f. Definitions = { symbol: Definition ...:... }. ; Pattern / Pattern / ... ; and the empty pattern is Definition = / Alternative . NamedAlternative = [@variantLabel string @alternative Alternative]. ; Pattern & Pattern & ... ; and the universal pattern, "any", is Alternative = / Pattern . Pattern = SimplePattern / CompoundPattern . SimplePattern = ; any / =any ; special builtins: bool, float, double, int, string, bytes, symbol / ; matches a pointer in the input: ref / ; =symbol, < any>, or plain non-symbol atom / ; symbol, symbol.symbol, symbol.symbol.symbol, ... / Ref . CompoundPattern = ;