for review: assoc_list__map_from_corresponding_lists
Tyson Dowd
trd at cs.mu.OZ.AU
Thu Jan 22 17:45:30 AEDT 1998
On 22-Jan-1998, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
>
> + % assoc_list__map(T, L, M) uses the closure T
> + % to transform the elements of L into the elements of M.
> +
> +:- pred assoc_list__map(pred(X, Y), list(X), list(Y)).
> +:- mode assoc_list__map(pred(in, out) is det, in, out) is det.
> +:- mode assoc_list__map(pred(in, out) is semidet, in, out) is semidet.
> +:- mode assoc_list__map(pred(in, out) is multi, in, out) is multi.
> +:- mode assoc_list__map(pred(in, out) is nondet, in, out) is nondet.
> +
This shouldn't be here - I thought I had deleted it. Sorry.
--
Tyson Dowd #
# Surreal humour isn't eveyone's cup of
trd at cs.mu.oz.au # fur.
http://www.cs.mu.oz.au/~trd #
More information about the developers
mailing list