Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Nov 17, 2024
1 parent 49c7f7c commit 20db88c
Show file tree
Hide file tree
Showing 18 changed files with 77 additions and 694 deletions.
12 changes: 0 additions & 12 deletions engine/lib/concrete_ident/concrete_ident.ml
Original file line number Diff line number Diff line change
Expand Up @@ -651,15 +651,3 @@ let parent_impl (id : t) : t option =

module DefaultViewAPI = MakeViewAPI (DefaultNamePolicy)
include DefaultViewAPI

let remove_impl old =
let new_parent = (parent (parent old)).def_id in
{
kind = Macro;
(* Field; *)
def_id =
{
new_parent with
path = new_parent.path @ [ List.last_exn old.def_id.path ];
};
}
3 changes: 0 additions & 3 deletions engine/lib/concrete_ident/concrete_ident.mli
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,3 @@ identifier points to an [Impl] block. *)
val parent_impl : t -> t option
(** Returns the identifier pointing to the parent `impl` block, if it
exists. *)

val remove_impl : t -> t
(** Returns the parent *)
21 changes: 0 additions & 21 deletions engine/texput.log

This file was deleted.

53 changes: 0 additions & 53 deletions examples/coverage/proofs/coq/extraction/Coverage.v

This file was deleted.

136 changes: 0 additions & 136 deletions examples/coverage/proofs/coq/extraction/Coverage_Test_enum.v

This file was deleted.

41 changes: 0 additions & 41 deletions examples/coverage/proofs/coq/extraction/Coverage_Test_enum_Test.v

This file was deleted.

53 changes: 0 additions & 53 deletions examples/coverage/proofs/coq/extraction/Coverage_Test_functions.v

This file was deleted.

58 changes: 0 additions & 58 deletions examples/coverage/proofs/coq/extraction/Coverage_Test_instance.v

This file was deleted.

Loading

0 comments on commit 20db88c

Please sign in to comment.