Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Nov 1, 2024
1 parent ad2b680 commit aefb110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pcm/automap.v
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Implicit Type i : @ctx K _ _ U.

Inductive term := Pts of nat & T | Var of nat.

(* interpretjtion function for elements *)
(* interpretation function for elements *)
Definition interp' i t :=
match t with
Pts n v => if onth (keyx i) n is Some k then @pts K _ _ _ k v else undef
Expand Down
1 change: 0 additions & 1 deletion pcm/unionmap.v
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ Proof. by split=>//; split=>[|[]]. Qed.
HB.instance Definition _ := isUnion_map.Build K xpredT V (umap K V) umap_is_umc.
End UmapUMC.

Set Printing All.
(* if V is eqtype so is umap K V *)
HB.instance Definition _ (K : ordType) (V : eqType) :=
hasDecEq.Build (umap K V) (@union_map_eqP K xpredT V (umap K V)).
Expand Down

0 comments on commit aefb110

Please sign in to comment.