package diffast-langs-fortran-parsing

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

Module Name.CodimensionSource

Sourcetype t =
  1. | NoCodimension
  2. | ExplicitCoshape
  3. | DeferredCoshape
Sourceval to_string : t -> string
Sourceval of_label : L.t -> t