package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.IoControlSpec end
type t = Fortran_parsing.F_io_control_spec.t =
  1. | Advance
  2. | Asynchronous
  3. | Blank
  4. | Decimal
  5. | Delim
  6. | End of Fortran_parsing.Label_common.label
  7. | Eor of Fortran_parsing.Label_common.label
  8. | Err of Fortran_parsing.Label_common.label
  9. | Fmt
  10. | Id
  11. | Iomsg
  12. | Iostat
  13. | Nml of Fortran_parsing.Label_common.name
  14. | Num
  15. | Pad
  16. | Pos
  17. | PreconnectedUnit
  18. | Rec
  19. | Round
  20. | Sign
  21. | Size
  22. | Unit
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Fortran_parsing.Label_common.label) list
val get_name_opt : t -> Fortran_parsing.Label_common.name option
val of_keyword : string -> t
val anonymize : t -> t
val to_short_string : ?ignore_identifiers_flag:bool -> t -> string
OCaml

Innovation. Community. Security.