Hi mail-list: Which built-in function work as fun(H, T) -> [H|T] end ? i.e how to fill the following expression without user defined function ? [H|T] = erlang:apply(???, ???, [H, T]). Thanks Liu zhongzheng