We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*
findTypeVars
(HashMap String Int)
type_fn_instantiations
Foldable t => t a -> Bool
instantiateTypes
()
randomFnType
flip
The text was updated successfully, but these errors were encountered:
ditch monadic dedupe attempt, see #9
040873f
No branches or pull requests
*
, but I should check this infindTypeVars
and return like(HashMap String Int)
there! - this ends up manifesting as a lack oftype_fn_instantiations
for e.g.Foldable t => t a -> Bool
, i.e. test that forinstantiateTypes
.out of scope:
()
according to arity probably doesn't scale to monads' arity=2 as()
is kind*
randomFnType
: ensure each type var occurs at least twiceflip
) if not allowing doing point-ful style (variables/lambdas #8)flip
?The text was updated successfully, but these errors were encountered: