File: stdcompat__moreLabels.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 (20 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@BEGIN_FROM_5_1_0@
module Hashtbl = MoreLabels.Hashtbl
@END_FROM_5_1_0@
@BEGIN_BEFORE_5_1_0@
module Hashtbl = Stdcompat__hashtbl
@END_BEFORE_5_1_0@

@BEGIN_FROM_5_1_0@
module Map = MoreLabels.Map
@END_FROM_5_1_0@
@BEGIN_BEFORE_5_1_0@
module Map = Stdcompat__map
@END_BEFORE_5_1_0@

@BEGIN_FROM_5_1_0@
module Set = MoreLabels.Set
@END_FROM_5_1_0@
@BEGIN_BEFORE_5_1_0@
module Set = Stdcompat__set
@END_BEFORE_5_1_0@