package lsp

  1. Overview
  2. Docs

doc/src/lsp.stdune/unit.ml.html

Source file unit.ml

1
2
3
4
5
6
7
8
9
10
# 1 "submodules/dune/otherlibs/stdune/unit.ml"
type t = unit

let equal () () = true

let compare () () = Ordering.Eq

let hash () = 0

let to_dyn () = Dyn.Unit
OCaml

Innovation. Community. Security.