package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type special_edit_desc =
  1. | Dollar
  2. | Backslash
  3. | Plus
  4. | Zero
  5. | One
  6. | Blank
val special_edit_desc_to_string : special_edit_desc -> string
val special_edit_desc_to_simple_string : special_edit_desc -> string
type t =
  1. | DataEditDesc of int option * string
  2. | ControlEditDesc of F_control_edit_desc.t
  3. | CharStringEditDesc of string
  4. | FormatItemList of int option
  5. | SpecialEditDesc of special_edit_desc
  6. | VariableFormatDesc of int option * string
  7. | Macro of int option * string
val is_bare_vfe : t -> bool
val to_string : t -> string
val to_simple_string : t -> string
val to_tag : t -> string * (string * string) list
val anonymize : t -> t
OCaml

Innovation. Community. Security.