diff --git a/peps/pep-0747.rst b/peps/pep-0747.rst index 16af0ffdbbf..1f32e65760f 100644 --- a/peps/pep-0747.rst +++ b/peps/pep-0747.rst @@ -110,6 +110,7 @@ would benefit from ``TypeForm``: .. _isa: https://github.com/xdslproject/xdsl/blob/ac12c9ab0d64618475efb98d1d197bdd79f593c3/xdsl/utils/hints.py#L23 - Converters: + - If a value is assignable to (or coercible to) a specified type, a *converter* returns the value narrowed to (or coerced to) that type. Otherwise, an exception is raised.