package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_generic_specSource

Sourcetype record_kind =
  1. | RK_formatted
  2. | RK_unformatted
  3. | RK_weird of Label_common.name
Sourcetype 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
Sourceval record_kind_to_string : record_kind -> string
Sourceval record_kind_to_simple_string : record_kind -> Label_common.name
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> Label_common.name
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 record_kind_of_keyword : Label_common.name -> record_kind
Sourceval anonymize : t -> t