package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_header_fileSource

Sourcetype t =
  1. | User of string
  2. | System of string
  3. | Macro of string * string option
  4. | Generated of string
Sourceval get_unquoted : string -> string
Sourceval to_string : t -> string
Sourceval to_path : t -> string
Sourceval to_rep : t -> string
Sourceval get_attrs : t -> (string * string) list
Sourceval length : t -> int
Sourceval get_name : t -> string
Sourceval get_name_opt : t -> string option
Sourceval mkuser : string -> t
Sourceval mksystem : string -> t
Sourceval mkmacro : ?content:string option -> string -> t
Sourceval mkgenerated : string -> t
Sourceval anonymize : t -> t
OCaml

Innovation. Community. Security.