(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* mt () | a::l1 -> (f a) ++ pr_list f l1 let pr_gls gls = hov 0 (pr_evar_map (sig_sig gls) ++ fnl () ++ db_pr_goal (sig_it gls)) let pr_glls glls = hov 0 (pr_evar_map (sig_sig glls) ++ fnl () ++ prlist_with_sep pr_fnl db_pr_goal (sig_it glls))