~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to bundles/stdcompat/stdcompat-8/stdcompat.mli.in

  • Committer: Thierry Martinez
  • Date: 2019-08-20 13:37:04 UTC
  • Revision ID: git-v1:0214afad4a32c95349c2c5a38e37cea407c455d0
Update bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
type bytes = Stdcompat__init.bytes
2
 
(** @before 4.02.0 alias to [string]. *)
3
 
 
4
 
type floatarray = Stdcompat__init.floatarray
5
 
(** @before 4.06.0 alias to [float array]. *)
6
 
 
7
 
module Stdlib : Stdcompat__stdlib_s.S
8
 
 
9
 
include Stdcompat__stdlib_s.S