Folder
Homonyms
types
types how any part of the soft3 stack types its values. one uni-typed grammar at the bottom, every type above it. this is a stack-wide convention, not a component feature: nox, inf, trident, rune, cybergraph, tape all type the same way, over the same grammar. a value can be given a type in exactly…
cyb/src/types
types
neural/trident/reference/errors/types
Type Errors [Back to Error Catalog](/neural/trident/reference/errors) Binary operator type mismatch Each operator has specific type requirements. See [language.md](/neural/trident/reference/language) Section 4 for the operator table. Type mismatch in let binding The expression type does not match…