package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type record_kind =
  1. | RK_formatted
  2. | RK_unformatted
  3. | RK_weird of Label_common.name
type t =
  1. | Name of Label_common.name
  2. | DefinedOperator of F_defined_operator.t
  3. | IntrinsicOperator of F_intrinsic_operator.t
  4. | Assignment
  5. | Read of record_kind
  6. | Write of record_kind
val record_kind_to_string : record_kind -> string
val record_kind_to_simple_string : record_kind -> Label_common.name
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 record_kind_of_keyword : Label_common.name -> record_kind
val anonymize : t -> t
OCaml

Innovation. Community. Security.