Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a function has no spec, assume function type with any() args and…
… return type Even when a function does not have a spec, we still know that it is a function and that is of certain arity. This is probably related to making the infer flag default in josefs#573, as without infer, we always assumed any() when there wasn't a spec for something.
- Loading branch information