@@ -381,14 +381,20 @@ enum Main:TestMain, TestBattery
381
381
(
382
382
[ " Struct " , " internal(_:) " ] ,
383
383
[
384
- . where( " T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
385
- . where( " T " , is: . conformer, to: . nominal( . init( " s:ST " ) !) ) ,
384
+ . where( " T " , is: . conformer, to: . init(
385
+ spelling: " Equatable " ,
386
+ nominal: " sSQ " ) ) ,
387
+ . where( " T " , is: . conformer, to: . init(
388
+ spelling: " Sequence " ,
389
+ nominal: " sST " ) ) ,
386
390
]
387
391
) ,
388
392
(
389
393
[ " Protocol " , " internal(_:) " ] ,
390
394
[
391
- . where( " Self.T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
395
+ . where( " Self.T " , is: . conformer, to: . init(
396
+ spelling: " Equatable " ,
397
+ nominal: " sSQ " ) ) ,
392
398
]
393
399
) ,
394
400
]
@@ -411,27 +417,39 @@ enum Main:TestMain, TestBattery
411
417
(
412
418
[ " Struct " ] ,
413
419
[
414
- . where( " T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
415
- . where( " T " , is: . conformer, to: . nominal( . init( " s:ST " ) !) ) ,
420
+ . where( " T " , is: . conformer, to: . init(
421
+ spelling: " Equatable " ,
422
+ nominal: " sSQ " ) ) ,
423
+ . where( " T " , is: . conformer, to: . init(
424
+ spelling: " Sequence " ,
425
+ nominal: " sST " ) ) ,
416
426
]
417
427
) ,
418
428
(
419
429
[ " Struct " , " external(_:) " ] ,
420
430
[
421
- . where( " T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
422
- . where( " T " , is: . conformer, to: . nominal( . init( " s:ST " ) !) ) ,
431
+ . where( " T " , is: . conformer, to: . init(
432
+ spelling: " Equatable " ,
433
+ nominal: " sSQ " ) ) ,
434
+ . where( " T " , is: . conformer, to: . init(
435
+ spelling: " Sequence " ,
436
+ nominal: " sST " ) ) ,
423
437
]
424
438
) ,
425
439
(
426
440
[ " Protocol " ] ,
427
441
[
428
- . where( " Self.T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
442
+ . where( " Self.T " , is: . conformer, to: . init(
443
+ spelling: " Equatable " ,
444
+ nominal: " sSQ " ) ) ,
429
445
]
430
446
) ,
431
447
(
432
448
[ " Protocol " , " external(_:) " ] ,
433
449
[
434
- . where( " Self.T " , is: . conformer, to: . nominal( . init( " s:SQ " ) !) ) ,
450
+ . where( " Self.T " , is: . conformer, to: . init(
451
+ spelling: " Equatable " ,
452
+ nominal: " sSQ " ) ) ,
435
453
]
436
454
) ,
437
455
]
0 commit comments