package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Access
  2. | Action
  3. | Asynch
  4. | Asynchronous
  5. | Blank
  6. | Decimal
  7. | Delim
  8. | Encoding
  9. | Err of 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 * Label_common.label) list
val get_label : t -> Label_common.label
val to_inquire_spec : t -> F_inquire_spec.t
val of_keyword : string -> t
val anonymize : t -> t
OCaml

Innovation. Community. Security.