Module Fortran_base.F_treeSource
module Fname = Langs_common.FnameSourceval set_loc : < data : < set_loc : L.Loc.t -> 'a.. >.. > -> L.Ast.Loc.t -> 'a module Tree : sig ... endSourceval make_local_name : string -> string -> string Sourceval has_subprogram : (< children : 'a list ; label : L.t.. > as 'a) -> bool Sourceval of_ast :
Diffast_core.Parser_options.c ->
< comment_regions : (int * int) list
; ignored_regions : (int * int) list
; lines_read : int
; missed_regions : (int * int) list
; root :
< binding : B.t
; bindings : B.t list
; children : 'a list
; info : I.t
; label : L.t
; lloc : < get_level : int ; get_loc_of_level : int -> Common.Loc.t.. >
; loc : L.Ast.Loc.t
; orig_loc : L.Ast.Loc.t
; to_string : string.. > as 'a.. > ->
Tree.c