Skip to content

Commit

Permalink
Better writing of nodupAx
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCoRo committed Jan 16, 2025
1 parent 9cffbc7 commit 4f8646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/k2lean4/Prelude.lean
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ axiom valuesAx : mapCAx → List V
axiom sizeAx : mapCAx → Nat
axiom includesAx : mapCAx → mapCAx → Bool -- map inclusion
axiom choiceAx : mapCAx → K -- arbitrary key from a map
axiom nodupAx : forall al : mapCAx, List.Nodup (keysAx K al)
axiom nodupAx : forall m, List.Nodup (keysAx K m)

-- Uninterpreted Map implementation
noncomputable def mapImpl (K V : Type) : MapHookSig K V :=
Expand Down

0 comments on commit 4f8646e

Please sign in to comment.