We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having supported structs and enums, we could allow declaring them inline in spec or send, for example:
spec
send
spec my_fun(%My.Struct{id: integer, data: [payload], name: string}, some_argument :: :something | :something_else, :foo | :bar) :: :some_result | :another_result
Naming conventions and other considerations were discussed in #60 and #61
The text was updated successfully, but these errors were encountered:
FelonEkonom
No branches or pull requests
Having supported structs and enums, we could allow declaring them inline in
spec
orsend
, for example:Naming conventions and other considerations were discussed in #60 and #61
The text was updated successfully, but these errors were encountered: