Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Issues with outcome printer and arity0 #513

Closed
@cristianoc

Description

@cristianoc

See

One case resolved, this case still outstanding:

// hovering on inferred type: (. unit, unit) => int
let arity0c = (. (), ()) => 3

// hovering on inferred type: (. unit) => int
let arity0d = (. ()) => {
  let f = () => 3
  f
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions