package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | FunctionSubprogram of Label_common.name
  2. | SubroutineSubprogram of Label_common.name
  3. | SeparateModuleSubprogram of Label_common.name
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Label_common.name) list
val get_name : t -> Label_common.name
val get_name_opt : t -> Label_common.name option
val anonymize : t -> t
OCaml

Innovation. Community. Security.