[atdpy/atdts] support for polymorphic types #303
Labels
enhancement
feature request
Big and small feature requests
target:python
Issues related to the Python backend (atdpy)
See https://github.com/returntocorp/semgrep-interfaces/blob/main/ast_generic_v0.atd
and specially:
type 'a wrap_ = ('a * tok)
type 'a bracket = (tok * 'a * tok)
A simple implementation would be to inline the definition at use time ...
The text was updated successfully, but these errors were encountered: