Skip to content

Commit 9af0b0f

Browse files
committed
Fix after merge
1 parent 5c8e1b0 commit 9af0b0f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

template-coq/_PluginProject

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ gen-src/hexadecimal.ml
105105
gen-src/hexadecimal.mli
106106
# gen-src/hexadecimalString.ml
107107
# gen-src/hexadecimalString.mli
108-
gen-src/induction.ml
109-
gen-src/induction.mli
108+
gen-src/induction0.ml
109+
gen-src/induction0.mli
110110
gen-src/init.ml
111111
gen-src/init.mli
112112
gen-src/int0.ml

template-coq/_PluginProject.in

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,10 @@ gen-src/floatOps.ml
101101
gen-src/floatOps.mli
102102
gen-src/hexadecimal.ml
103103
gen-src/hexadecimal.mli
104-
<<<<<<< HEAD
105-
gen-src/hexadecimalString.ml
106-
gen-src/hexadecimalString.mli
107-
gen-src/induction0.ml
108-
gen-src/induction0.mli
109-
=======
110104
# gen-src/hexadecimalString.ml
111105
# gen-src/hexadecimalString.mli
112-
gen-src/induction.ml
113-
gen-src/induction.mli
114-
>>>>>>> coq-8.18
106+
gen-src/induction0.ml
107+
gen-src/induction0.mli
115108
gen-src/init.ml
116109
gen-src/init.mli
117110
gen-src/int0.ml

0 commit comments

Comments
 (0)