package diffast-langs-fortran

  1. Overview
  2. Docs
include module type of struct include Labels.IntentSpec end
type t = Fortran_parsing.F_intent_spec.t =
  1. | In
  2. | Out
  3. | Inout
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * 'a list
val of_keyword : string -> t
val to_short_string : t -> string
OCaml

Innovation. Community. Security.