Skip to content

Commit

Permalink
simplify entry points to type inference
Browse files Browse the repository at this point in the history
this breaks up the typeinf_edge function into its subcomponents,
allowing callers to exercise only the pieces they care about
rather than returning all possible values the caller might care
about in a Tuple

also fixes missing test-and-lock-and-set for threaded inference
  • Loading branch information
vtjnash committed Sep 20, 2016
1 parent a6a8946 commit 34a1c99
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 153 deletions.
Loading

0 comments on commit 34a1c99

Please sign in to comment.