package ppx_bigarray

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

This is an auxiliary module for ppx_bigarray.

type ('a, 'b, 'c) alias = {
  1. kind : ('a, 'b) Bigarray.kind;
  2. layout : 'c Bigarray.layout;
}
val is_c_layout : 'a. 'a Bigarray.layout -> bool