Skip to content

Conversation

chenglou
Copy link
Member

Depends on #1929

@@ -21,20 +21,20 @@ let report_error env ppf = function
"@[This variant constructor, %a, expects %i %s; here, we've %sfound %i.@]"
longident lid expected (if expected == 1 then "argument" else "arguments") (if provided < expected then "only " else "") provided
| Label_mismatch(lid, trace) ->
report_unification_error ppf env trace
super_report_unification_error ppf env trace
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the future, can you use open less

@chenglou chenglou force-pushed the fix-2 branch 2 times, most recently from 9d5f3d3 to d991e01 Compare August 25, 2017 06:17
@chenglou chenglou merged commit 47e8fea into rescript-lang:master Aug 25, 2017
@chenglou chenglou deleted the fix-2 branch August 25, 2017 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants