package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.PrefixSpec end
type t = Fortran_parsing.F_prefix_spec.t =
  1. | TypeSpec of Fortran_parsing.F_type_spec.t
  2. | Recursive
  3. | Pure
  4. | Elemental
  5. | Impure
  6. | Module
  7. | Attributes of string
val to_string : t -> string
val to_simple_string : t -> Fortran_parsing.Label_common.name
val to_tag : t -> string * (string * Fortran_parsing.Label_common.name) list
val get_name_opt : t -> Fortran_parsing.Label_common.name option
val of_keyword : string -> t
val of_keyword_name : string -> string -> t
val anonymize : t -> t
val to_short_string : t -> string
OCaml

Innovation. Community. Security.