package diffast-langs-fortran-parsing

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

Module Name.DimensionSource

Sourcetype t =
  1. | NoDimension
  2. | ExplicitShape of int
  3. | AssumedShape of int
  4. | DeferredShape of int
  5. | AssumedSize of int
  6. | ArraySpec of int
  7. | AssumedRank
Sourceval to_string : t -> string
Sourceval get_rank : t -> int
Sourceval of_label : L.t -> t
Sourceval explicit_shape : int -> t