File: stdcompat.mli.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 (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
type bytes = Stdcompat__init.bytes
(** @before 4.02.0 alias to [string]. *)

type floatarray = Stdcompat__init.floatarray
(** @before 4.06.0 alias to [float array]. *)

module Stdlib : Stdcompat__stdlib_s.S

include Stdcompat__stdlib_s.S