(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* unit val get_env : unit -> env (* exporting and importing modules *) type compiled_library val set_engagement : Declarations.engagement -> unit val import : System.physical_path -> compiled_library -> Digest.t -> unit val unsafe_import : System.physical_path -> compiled_library -> Digest.t -> unit