package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | TypeSpec of 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 -> Label_common.name
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 of_keyword : string -> t
val of_keyword_name : string -> string -> t
val anonymize : t -> t
OCaml

Innovation. Community. Security.