Skip to content

Warn if some value is unused #414

@TysonMN

Description

@TysonMN

There is a bug in F# that prevents this project from turning on warnings for unused values.

  property {
    let! i = Gen.alpha // The value 'i' is reported as unused
    where true
    return i = i
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions