package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Err of Label_common.label
  2. | Iomsg
  3. | Iostat
  4. | Unit
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Label_common.label) list
val get_label : t -> Label_common.label
val to_inquire_spec : t -> F_inquire_spec.t
val to_close_spec : t -> F_close_spec.t
val to_io_control_spec : t -> F_io_control_spec.t
val to_wait_spec : t -> F_wait_spec.t
val to_flush_spec : t -> F_flush_spec.t
val anonymize : t -> t
OCaml

Innovation. Community. Security.