File: stdcompat__arrayLabels.ml.in

package info (click to toggle)
ocaml-stdcompat 20~git20240529-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,540 kB
  • sloc: ml: 34,099; sh: 861; makefile: 249
file content (11 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
@BEGIN_FROM_4_06_0@
include (Stdcompat__array : module type of struct
  include Stdcompat__array
end with module Floatarray := Array.Floatarray)

module Floatarray = ArrayLabels.Floatarray
@END_FROM_4_06_0@
@BEGIN_BEFORE_4_06_0@
include Stdcompat__array
@END_BEFORE_4_06_0@