Module Fortran_parsing.F_ambiguousSource

Sourcetype t =
  1. | Designator of Label_common.name
  2. | NamedTuple of Label_common.name
  3. | Tuple
  4. | Primary
  5. | NamedDataObject of Label_common.name
  6. | Subobject
  7. | TripletOrRange
  8. | First
  9. | Second
  10. | DataStmtConstant
  11. | Assumed
  12. | Deferred
  13. | AssumedSize
  14. | ArrayAccess of Label_common.name
  15. | GenericSpecOrUseName of Label_common.name
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
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 is_array_spec : t -> bool
Sourceval anonymize : t -> t