package diffast-langs-fortran-parsing

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

Module Name.IntentSpecSource

Sourcetype t =
  1. | NoIntent
  2. | In
  3. | Out
  4. | Inout
Sourceval to_string : t -> string