Skip to content

Rational.Unnormalized incorrect warning #2978

@Brian-ED

Description

@Brian-ED

The following warning says:

Warning: *-monoˡ-≤-nonNeg was deprecated in v2.0.
Please use *-monoˡ-≤-nonNeg instead.

It's wrong since it says you should use non-neg instead of non-neg. It is a warning on *-monoˡ-≤-pos, so I assume the warning should be:

Warning: *-monoˡ-≤-pos was deprecated in v2.0.
Please use *-monoˡ-≤-nonNeg instead.

I double-checked all other warnings in the Unnormalised/Properties.agda file and the rest seem good to me.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions