Skip to content
#

type-inference

Here are 98 public repositories matching this topic...

sbrugman
sbrugman commented Jul 23, 2020

As a user of visions, we'd often debug a typeset through plotting it.

Example:

InferenceRelation(
    cls,
    Complex,
    relationship=lambda s: all(np.imag(s.values) == 0),
    transformer=suppress_warnings(to_float),
    name="complex_without_imaginary_part",
)

Alternatively to introducing a name attribute, we could use the function name of relationship (and

Improve this page

Add a description, image, and links to the type-inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the type-inference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.