package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Assertion : sig ... end
module Directive : sig ... end
type t =
  1. | ERROR
  2. | CollapseArray of Label_common.name
  3. | SubscriptorderArray of Label_common.name * string list
  4. | NewClause
  5. | ReductionClause
  6. | Option of Label_common.name
val to_string : t -> string
val to_simple_string : t -> Label_common.name
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 anonymize : t -> t
OCaml

Innovation. Community. Security.