package stdcompat

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file stdcompat__unit_s.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module type S = sig

type t = unit =
  | () 

(*
type t = unit =
  | () 
*)
(** @since 4.08.0: type t = unit =
                     | () 
 *)

val equal : t -> t -> bool
(** @since 4.08.0: val equal : t -> t -> bool *)

val compare : t -> t -> int
(** @since 4.08.0: val compare : t -> t -> int *)

val to_string : t -> string
(** @since 4.08.0: val to_string : t -> string *)

end
OCaml

Innovation. Community. Security.