-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
docs: Add compiler API docs #194
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #194 +/- ##
=========================================
+ Coverage 0 90.67% +90.67%
=========================================
Files 0 46 +46
Lines 0 4717 +4717
=========================================
+ Hits 0 4277 +4277
- Misses 0 440 +440 ☔ View full report in Codecov by Sentry. |
#: The type of parametrized Guppy types. | ||
ParametrizedType: TypeAlias = FunctionType | TupleType | SumType | OpaqueType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to add these #:
docstrings to all type aliases and also do from __future__ import annotations
everywhere to make it work. I'll leave that to another PR
Co-authored-by: Agustín Borgna <[email protected]>
Co-authored-by: Agustín Borgna <[email protected]>
See https://cqcl.github.io/guppylang/api-docs/ for the deployed docs