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

Problem with rows with same name, with single rows as well #13

Closed
Pitometsu opened this issue Jun 5, 2019 · 1 comment
Closed

Problem with rows with same name, with single rows as well #13

Pitometsu opened this issue Jun 5, 2019 · 1 comment

Comments

@Pitometsu
Copy link

type a = { row : unit }

type b = { row : unit } [@@deriving lens { submodule = true; prefix = true }]
Warning 23: all the fields are explicitly listed in this record:
the 'with' clause is useless.

Warning 41: row belongs to several types: b a
The first one was selected. Please disambiguate if this is wrong.

Error: Some fatal warnings were triggered (1 occurrences)
pdonadeo added a commit that referenced this issue Nov 1, 2019
@pdonadeo
Copy link
Owner

pdonadeo commented Nov 1, 2019

@Pitometsu I'm going to release soon, after fixing another couple of issues.

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

No branches or pull requests

2 participants