Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Sep 23, 2024
1 parent 23f7d07 commit 854cb5b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
2 changes: 0 additions & 2 deletions src/tracing/no/Holmakefile

This file was deleted.

6 changes: 6 additions & 0 deletions src/tracing/no/Tracing.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
signature Tracing =
sig

val trace_theory : string -> TheoryPP.struct_info_record -> unit

end
7 changes: 0 additions & 7 deletions src/tracing/no/Tracing.sml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
signature Tracing =
sig

val trace_theory : string -> TheoryPP.struct_info_record -> unit

end

structure Tracing :> Tracing =
struct

Expand Down
2 changes: 0 additions & 2 deletions src/tracing/yes/Holmakefile

This file was deleted.

6 changes: 6 additions & 0 deletions src/tracing/yes/Tracing.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
signature Tracing =
sig

val trace_theory : string -> TheoryPP.struct_info_record -> unit

end
7 changes: 0 additions & 7 deletions src/tracing/yes/Tracing.sml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
signature Tracing =
sig

val trace_theory : string -> TheoryPP.struct_info_record -> unit

end

structure Tracing :> Tracing =
struct

Expand Down

0 comments on commit 854cb5b

Please sign in to comment.