package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fortran_parsing.F_format_itemSource

Sourcetype special_edit_desc =
  1. | Dollar
  2. | Backslash
  3. | Plus
  4. | Zero
  5. | One
  6. | Blank
Sourceval special_edit_desc_to_string : special_edit_desc -> string
Sourceval special_edit_desc_to_simple_string : special_edit_desc -> string
Sourcetype 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
Sourceval is_bare_vfe : t -> bool
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * (string * string) list
Sourceval anonymize : t -> t