I came across the following puzzle in the Patterns game posted by Dobrichev on May 19, 2018:
.123.....45.......3.6...7..6..7..4......2...8.....5.9...46..3.......9.5.....8...2
It has an SK loop (or whatever you prefer to call them) of the classic type:
(13=89)r4c56 - (89=14)r56c4 - (14=25)r89c4 - (25=17)r7c56 - (17=89)r7c89 - (89=16)r89c7 - (16=25)r56c7 - (25=13)r4c89 - loop
r4c2 <> 3; r4c3 <> 1; r4c3 <> 3; r7c1 <> 1; r7c1 <> 7; r7c2 <> 7; r2c4 <> 1; r3c4 <> 1; r3c4 <> 4; r1c7 <> 6; r2c7 <> 1; r2c7 <> 6;
However to my surprise it also has in the same cells a loop of the variant kind (one digit link between boxes and 3 within boxes):
(3=189)r4c56 - (189=4)r56c4 - (4=125)r89c4 - (125=7)r7c56 - (7=189)r7c89 - (189=6)r89c7 - (6=125)r56c7 - (125=3)r4c89 - loop
r4c2 <> 3; r4c3 <> 3; r7c1 <> 7; r7c2 <> 7; r3c4 <> 4; r1c7 <> 6; r2c7 <> 6; r5c6 <> 1; r6c5 <> 1; r5c8 <> 1; r6c9 <> 1; r8c5 <> 1; r9c6 <> 1; r8c9 <> 1; r9c8 <> 1
Phil