-module(hope_fun). -export( [ id/1 ]). -spec id(A) -> A. id(X) -> X.