Skip to content

Commit bcef873

Browse files
committed
review fix
1 parent bc62d0b commit bcef873

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

src/tracing/no/Holmakefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/tracing/no/Tracing.sig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
signature Tracing =
2+
sig
3+
4+
val trace_theory : string -> TheoryPP.struct_info_record -> unit
5+
6+
end

src/tracing/no/Tracing.sml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
signature Tracing =
2-
sig
3-
4-
val trace_theory : string -> TheoryPP.struct_info_record -> unit
5-
6-
end
7-
81
structure Tracing :> Tracing =
92
struct
103

src/tracing/yes/Holmakefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/tracing/yes/Tracing.sig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
signature Tracing =
2+
sig
3+
4+
val trace_theory : string -> TheoryPP.struct_info_record -> unit
5+
6+
end

src/tracing/yes/Tracing.sml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
signature Tracing =
2-
sig
3-
4-
val trace_theory : string -> TheoryPP.struct_info_record -> unit
5-
6-
end
7-
81
structure Tracing :> Tracing =
92
struct
103

0 commit comments

Comments
 (0)