package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Pointer
  2. | Pass of Label_common.name
  3. | Nopass
  4. | Private
  5. | Public
val to_string : t -> string
val to_simple_string : t -> string
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.