Module Path_struct


module Path_struct: sig .. end

type path = (Xquery_common_ast.axis * Xquery_core_ast.cnode_test) list 

type rootid =
| InputDocument of string
| InputVariable of Xquery_common_ast.cvname

type subtree =
| Subtree
| NoSubtree
type path_fragment = path * subtree 
type path_fragment_sequence = path_fragment list 
type rooted_path = rootid * path_fragment 
type rooted_path_sequence = rooted_path list