:- module(add_arg_sent, [add_arg_sent/2]).

add_arg_sent(a, [f(g,c), g(d, e)]).
