Skip to content

Commit ceb7d70

Browse files
committed
Comment out 25 more lines in inductive-implicits
To avoid reaching the stack limit during implicit search
1 parent 7653e85 commit ceb7d70

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

tests/bench/inductive-implicits.scala

+32-32
Original file line numberDiff line numberDiff line change
@@ -185,38 +185,38 @@ object Test extends App {
185185
Int ::
186186
Int ::
187187
//
188-
Int ::
189-
Int ::
190-
Int ::
191-
Int ::
192-
Int ::
193-
Int ::
194-
Int ::
195-
Int ::
196-
Int ::
197-
Int ::
198-
//
199-
Int ::
200-
Int ::
201-
Int ::
202-
Int ::
203-
Int ::
204-
Int ::
205-
Int ::
206-
Int ::
207-
Int ::
208-
Int ::
209-
//
210-
Int ::
211-
Int ::
212-
Int ::
213-
Int ::
214-
Int ::
215-
// Int ::
216-
// Int ::
217-
// Int ::
218-
// Int ::
219-
// Int ::
188+
// Int ::
189+
// Int ::
190+
// Int ::
191+
// Int ::
192+
// Int ::
193+
// Int ::
194+
// Int ::
195+
// Int ::
196+
// Int ::
197+
// Int ::
198+
// //
199+
// Int ::
200+
// Int ::
201+
// Int ::
202+
// Int ::
203+
// Int ::
204+
// Int ::
205+
// Int ::
206+
// Int ::
207+
// Int ::
208+
// Int ::
209+
// //
210+
// Int ::
211+
// Int ::
212+
// Int ::
213+
// Int ::
214+
// Int ::
215+
// Int ::
216+
// Int ::
217+
// Int ::
218+
// Int ::
219+
// Int ::
220220
// //
221221
// Int ::
222222
// Int ::

0 commit comments

Comments
 (0)