package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Unknown
  2. | InterfaceName of Common.name
  3. | DeclarationTypeSpec of TypeSpec.t
val to_string : t -> string
val get_name : t -> Common.name
val of_label : L.t -> t
val is_interface_name : t -> bool
OCaml

Innovation. Community. Security.