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 has been archived by the owner on Nov 20, 2020. It is now read-only.
This should be resolved in both #117 and #122 branches. The variables arg is required and there are some convenience functions and Extension modules for making the ergonomics better.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now,
~variables
expects any type:So if you partially apply
makeVariables
by forgetting a non-optional argument for example, this won't be detected by the type-checker.Any idea how to solve this?
The text was updated successfully, but these errors were encountered: