package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Advance
  2. | Asynchronous
  3. | Blank
  4. | Decimal
  5. | Delim
  6. | End of Label_common.label
  7. | Eor of Label_common.label
  8. | Err of Label_common.label
  9. | Fmt
  10. | Id
  11. | Iomsg
  12. | Iostat
  13. | Nml of 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 * Label_common.label) list
val get_name : t -> Label_common.name
val get_name_opt : t -> Label_common.name option
val get_label : t -> Label_common.label
val of_keyword : string -> t
val anonymize : t -> t
OCaml

Innovation. Community. Security.