LMap: forall (A B:Set), (A ->B) -> LList A -> LList Bsuch that LMap f u is the list of images by f of all elements of u.
LMapcan: forall (A B:Set), (A -> LList B) -> LList A -> LList Bsuch that LMapcan f u is the concatenation by LAppend of the images by f of all elements of u ?