You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2018. It is now read-only.
We currently ignore structured comments from modules that don't explicitly use mavis. Instead, we should process all structured comments and add the details to our database but don't perform term_expansion on them.
This will facilitate type inference and mode inference later.
The text was updated successfully, but these errors were encountered:
Now that library(pldoc) collects comments for us, we should instead facilitate type inference by creating a single predicate which gives access to normalized mode information based on a predicate indicator or predicate head.
This is similar to pldoc_modes:mode/2 which accepts a module-qualified head term and populates it with mode information and determinism. The only difference between that predicate and ours is that we retain the name of each argument.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently ignore structured comments from modules that don't explicitly use mavis. Instead, we should process all structured comments and add the details to our database but don't perform
term_expansion
on them.This will facilitate type inference and mode inference later.
The text was updated successfully, but these errors were encountered: