Open akoppela opened 4 years ago
Ok, that could be a useful one to add.
It should be equivalent to fqTyped
but with zero type parameters?
fqTypeVar : ModuleName -> String -> TypeAnnotation
fqTypeVar mod name =
fqTyped mod name []
It should be equivalent to fqTyped but with zero type parameters?
Correct
Hmmm. It would be strange to have
typed
fqTyped
but then
typeVar
fqTypeVar
not following this naming scheme and having completely different meanings.
Thanks for nice package. Type annotation functions are missing fully qualified type. There is
fqTyped
but that's for a type with parameters. SofqTypeVar
is missing.