package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Xlist = Diffast_misc.Xlist
val level_to_string : (int * int) -> string
val level_list_to_string : (int * int) list -> string
module Directive : sig ... end
module Clause : sig ... end
module Attribute : sig ... end
type t =
  1. | VarExpr
  2. | Align of string
  3. | Wrt
  4. | Nowrt
  5. | PrefetchHint
  6. | PrefetchHintAll
  7. | Max of int
  8. | Min of int
  9. | Avg of int
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * string) list
val anonymize : t -> t
OCaml

Innovation. Community. Security.