package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.ConnectSpec end
type t = Fortran_parsing.F_connect_spec.t =
  1. | Access
  2. | Action
  3. | Asynch
  4. | Asynchronous
  5. | Blank
  6. | Decimal
  7. | Delim
  8. | Encoding
  9. | Err of Fortran_parsing.Label_common.label
  10. | File
  11. | Form
  12. | Iomsg
  13. | Iostat
  14. | Newunit
  15. | Pad
  16. | Position
  17. | Recl
  18. | Round
  19. | Sign
  20. | Status
  21. | Unit
  22. | Associatevariable
  23. | Blocksize
  24. | Buffercount
  25. | Buffered
  26. | Carriagecontrol
  27. | Convert
  28. | Defaultfile
  29. | Dispose
  30. | Iofocus
  31. | Maxrec
  32. | Mode
  33. | Name
  34. | Organization
  35. | Readonly
  36. | Recordsize
  37. | Recordtype
  38. | Share
  39. | Shared
  40. | Title
  41. | Type
  42. | Useropen
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Fortran_parsing.Label_common.label) list
val to_inquire_spec : t -> Fortran_parsing.F_inquire_spec.t
val of_keyword : string -> t
val anonymize : t -> t
val to_short_string : ?ignore_identifiers_flag:bool -> t -> string
OCaml

Innovation. Community. Security.