package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type source =
  1. | Fixed of int option
  2. | Free
  3. | FreeF90
  4. | FreeIBM
val source_to_string : source -> string
type high_or_low =
  1. | VeryHigh
  2. | VeryLow
val high_or_low_to_string : high_or_low -> string
val high_or_low_to_simple_string : high_or_low -> string
type t =
  1. | Align of string
  2. | Assert
  3. | BlockLoop
  4. | Cncall
  5. | Collapse
  6. | Eject
  7. | ExecutionFrequency of high_or_low
  8. | ExpectedValue of Label_common.name
  9. | FunctraceXlfCatch
  10. | FunctraceXlfEnter
  11. | FunctraceXlfExit
  12. | IgnoreTkr
  13. | Independent
  14. | Loopid of Label_common.name
  15. | MemDelay of string
  16. | New
  17. | Nofunctrace
  18. | Nosimd
  19. | Novector
  20. | Permutation
  21. | Snapshot
  22. | Sourceform of source
  23. | StreamUnroll
  24. | Subscriptorder
  25. | Unroll
  26. | UnrollAndFuse
  27. | Process
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Label_common.name) list
val get_name : t -> Label_common.name
val get_name_opt : t -> Label_common.name option
val is_specification_part : t -> bool
val is_execution_part : t -> bool
val anonymize : t -> t
OCaml

Innovation. Community. Security.