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