Skip to content

Commit

Permalink
Remove old unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep authored and yforster committed Jan 27, 2025
1 parent e31583c commit 6e59931
Show file tree
Hide file tree
Showing 51 changed files with 1 addition and 15,526 deletions.
232 changes: 0 additions & 232 deletions libraries/MyPermutations.v

This file was deleted.

1 change: 0 additions & 1 deletion libraries/_CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
# libraries
maps_util.v
HashMap.v
MyPermutations.v
CpdtTactics.v
8 changes: 0 additions & 8 deletions libraries/maps_util.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ Require Import Libraries.CpdtTactics Permutation ExtLib.Data.List Coq.NArith.Bin
(* Utility library for Compcert's Maps *)


(* Sections:
DES: Useful facts about the PTree instance of Maps
EQMAP: map_get_r (equivalence relation on accessible content) and related
GETD : Get with default interpreation of None
EQDMAP: map_getd_r (equivalence relation with default interpretation of None) and related
*)

Module M := Maps.PTree.
Definition var_dec := M.elt_eq.

Expand Down
Loading

0 comments on commit 6e59931

Please sign in to comment.