package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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
val to_string : t -> string
val get_rank : t -> int
val of_label : L.t -> t
val explicit_shape : int -> t
OCaml

Innovation. Community. Security.