Ppxlib.Code_pathSourceType for path to AST nodes
Return the module name corresponding to the file to which this code path leads to.
Return the path within the main module this code path represents as a list of module names.
Return the name of the value to which this code path leads or None if it leads to the toplevel of a module or submodule.
Return the fully qualified path to the module or value this code path leads to, eg "Some_main_module.Some_submodule.some_value". Note that the fully qualified path doesn't descend into expressions which means it will always stop at the first value description or value binding.