(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* Nil | Cons (x,s) -> app_node (Lazy.force (f x)) (concat_map f s) and concat_map f l = lazy (concat_map_node f (Lazy.force l))