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

map plugin: add a type annotation to avoid warning 41 #163

Merged
merged 1 commit into from
Mar 6, 2018

Commits on Feb 2, 2018

  1. map plugin: annotate record types

    In cases like this, instances of warning 41 can be emitted:
    
    ```ocaml
    type 'a t1 = { x : 'a ; y1 : int } [@@deriving map]
    type 'a t2 = { x : 'a ; y2 : int } [@@deriving map]
    ```
    emillon committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a64fdac View commit details
    Browse the repository at this point in the history