report(joined, eyepl).
report(prefix, eye).
report(characters, [e, y, e]).
report(codes, [65, 90]).
report(decoded_character, 'λ').
report(number, 42).
report(fragment, fragment(0, eye, 2)).
report(fragment, fragment(1, yep, 1)).
report(fragment, fragment(2, epl, 0)).
