Skip to content
New issue

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

Fix error using when eq/ord with mutual-rec type #20

Merged
merged 1 commit into from
Jan 11, 2015
Merged

Fix error using when eq/ord with mutual-rec type #20

merged 1 commit into from
Jan 11, 2015

Conversation

runoshun
Copy link
Contributor

  • Add tests for mutual recursive type to src_test/test_deriving_eq.ml,
    src_test/test_deriving_ord.ml
  • Fix code generation for list type in eq and ord plugin to avoid the
    error of 'let rec' restriction (This kind of expression is not
    allowed as right-hand side of `let rec')

 - Add tests for mutual recursive type to eq and ord plugin's test
 - Fix code generation for list type eq and ord plugin to avoid the
   error of 'let rec' restriction (This kind of expression is not
   allowed as right-hand side of `let rec')
whitequark added a commit that referenced this pull request Jan 11, 2015
Fix error using when eq/ord with mutual-rec type
@whitequark whitequark merged commit c74904e into ocaml-ppx:master Jan 11, 2015
@whitequark
Copy link
Collaborator

Thanks!

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