package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fortran_parsing.F_internal_subprogramSource

Sourcetype t =
  1. | FunctionSubprogram of Label_common.name
  2. | SubroutineSubprogram of Label_common.name
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * (string * Label_common.name) list
Sourceval get_name : t -> Label_common.name
Sourceval get_name_opt : t -> Label_common.name option
Sourceval anonymize : t -> t
OCaml

Innovation. Community. Security.