package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_type_specSource

Sourcetype t =
  1. | Character
  2. | Complex
  3. | DoublePrecision
  4. | Integer
  5. | Logical
  6. | Real
  7. | Type of Label_common.name
  8. | Byte
  9. | DoubleComplex
  10. | Derived of Label_common.name
  11. | Class of Label_common.name
  12. | PpMacroTypeSpec of 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 of_keyword : string -> t
Sourceval anonymize : t -> t