package diffast-langs-fortran-parsing

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

Module Fortran_parsing.F_linda_callSource

Sourcetype t =
  1. | In
  2. | Inp
  3. | Rd
  4. | Rdp
  5. | Out
  6. | Eval
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * 'a list