lean4-htt/old_tests/tests/lean/cyclic_default_fields.lean.expected.out
2018-04-10 12:56:55 -07:00

12 lines
509 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cyclic_default_fields.lean:6:8: error: Failed to insert value for 'Eq.eq', it depends on field(s) 'ne', but the value for these fields is not available.
Unfolded type/default value:
λ (a b : ), ¬?ne a b
Failed to insert value for 'Eq.ne', it depends on field(s) 'eq', but the value for these fields is not available.
Unfolded type/default value:
λ (a b : ), ¬?eq a b
⁇ : Eq
{eq := eq , ne := λ (a b : ), ¬a = b} : Eq
{eq := λ (a b : ), ¬a ≠ b, ne := ne } : Eq