File: stdcompat__unit.ml.in

package info (click to toggle)
ocaml-stdcompat 19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,516 kB
  • sloc: ml: 27,806; sh: 875; makefile: 246
file content (12 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
@BEGIN_FROM_4_08_0@
include Unit
@END_FROM_4_08_0@
@BEGIN_BEFORE_4_08_0@
type t = unit = ()

let equal () () = true

let compare () () = 0

let to_string () = "()"
@END_BEFORE_4_08_0@