(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* interp_node -> Lib.library_segment Ide_blob.value -> interp_node * string option (* our data are abstract, so we need to get access to some of it informations to * use it; that is the aim of (compute_nesting) * *) type nesting = { module_levels : int; section_levels : int; subgoal_levels : int; tactic_levels : int; tactic_alinea : bool; } val compute_nesting : interp_node -> nesting