package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Public
  2. | Private
  3. | Bind
  4. | Intent of F_intent_spec.t
  5. | Optional
  6. | Pointer
  7. | Protected
  8. | Save
  9. | Weird of Label_common.name
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * Label_common.name) list
val of_keyword : Label_common.name -> t
val anonymize : t -> t
OCaml

Innovation. Community. Security.