package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module D = F_acc_directive
type t =
  1. | Atomic of D.atomic_sub option
  2. | Parallel
  3. | Kernels
  4. | ParallelLoop
  5. | KernelsLoop
  6. | Data
  7. | Host_data
  8. | Loop
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
val anonymize : t -> t
OCaml

Innovation. Community. Security.