%% Minimal lists module providing higher-order functions that cannot be
%% implemented as native Rust BIFs (they need to call back into BEAM
%% closures via the interpreter).
%%
%% Compiled with erlc and bundled as a .beam fixture that beamr loads
%% at startup via --dir. The non-higher-order lists:reverse/1 is also
%% included here for completeness (it duplicates the native stub
%% harmlessly when this module is loaded after native registration).