Skip to content

Improve inference algorithm for modules.  #37

@dannywillems

Description

@dannywillems

For the moment, we can have mutual dependent fields.

let module M = struct
  type t = Int.t
  let f = fun(x : Int.t) -> self.g x
  let g = fun(x : Int.t) -> self.f x
end;;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions