Skip to content
Snippets Groups Projects

Mark gset methods as simpl never to stop `cbn` from unfolding them

Merged Paolo G. Giarrusso requested to merge Blaisorblade/stdpp:gset-simpl-never into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
tests/gmap.ref 0 → 100644
+ 72
0
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
{[1; 2; 3]} = ∅
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
elements {[1; 2; 3]} = []
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
{[1; 2; 3]} ∖ {[1]} ∪ {[4]} ∩ {[10]} = ∅ ∖ {[2]}
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
1 ∈ dom (gset nat) (<[1:=2]> ∅)
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
bool_decide (∅ = {[1; 2; 3]}) = false
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
bool_decide (∅ ≡ {[1; 2; 3]}) = false
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
bool_decide (1 ∈ {[1; 2; 3]}) = true
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
bool_decide (∅ ## {[1; 2; 3]}) = true
The command has indeed failed with message:
Failed to progress.
The command has indeed failed with message:
Failed to progress.
1 goal
============================
bool_decide (∅ ⊆ {[1; 2; 3]}) = true
Loading