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. | Direct
  9. | Encoding
  10. | Err of Label_common.label
  11. | Exist
  12. | File
  13. | Form
  14. | Formatted
  15. | Id
  16. | Iomsg
  17. | Iostat
  18. | Name
  19. | Named
  20. | Nextrec
  21. | Number
  22. | Opened
  23. | Pad
  24. | Pending
  25. | Pos
  26. | Position
  27. | Read
  28. | Readwrite
  29. | Recl
  30. | Round
  31. | Sequential
  32. | Sign
  33. | Size
  34. | Stream
  35. | Strid
  36. | Unformatted
  37. | Unit
  38. | Write
  39. | Binary
  40. | Buffered
  41. | Blocksize
  42. | Carriagecontrol
  43. | Convert
  44. | Defaultfile
  45. | Iofocus
  46. | Mode
  47. | Organization
  48. | Recordsize
  49. | Recordtype
  50. | Share
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 of_keyword : string -> t
val anonymize : t -> t
OCaml

Innovation. Community. Security.