-module(fp2@function). -compile(no_auto_import). -export([identity/1]). -spec identity(EPA) -> EPA. identity(A) -> A.