package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_decSource

module Xlist = Diffast_misc.Xlist
Sourceval level_to_string : (int * int) -> string
Sourceval level_list_to_string : (int * int) list -> string
Sourcemodule Directive : sig ... end
Sourcemodule Clause : sig ... end
Sourcemodule Attribute : sig ... end
Sourcetype t =
  1. | VarExpr
  2. | Align of string
  3. | Wrt
  4. | Nowrt
  5. | PrefetchHint
  6. | PrefetchHintAll
  7. | Max of int
  8. | Min of int
  9. | Avg of int
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * (string * string) list
Sourceval anonymize : t -> t