File: stdcompat__moreLabels.ml.in

package info (click to toggle)
ocaml-stdcompat 19-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,516 kB
  • sloc: ml: 27,806; sh: 875; makefile: 246
file content (20 lines) | stat: -rw-r--r-- 426 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_4_12_0@
module Hashtbl = MoreLabels.Hashtbl
@END_FROM_4_12_0@
@BEGIN_BEFORE_4_12_0@
module Hashtbl = Stdcompat__hashtbl
@END_BEFORE_4_12_0@

@BEGIN_FROM_4_12_0@
module Map = MoreLabels.Map
@END_FROM_4_12_0@
@BEGIN_BEFORE_4_12_0@
module Map = Stdcompat__map
@END_BEFORE_4_12_0@

@BEGIN_FROM_4_12_0@
module Set = MoreLabels.Set
@END_FROM_4_12_0@
@BEGIN_BEFORE_4_12_0@
module Set = Stdcompat__set
@END_BEFORE_4_12_0@