package lsp

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

Source file unit.ml

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

let equal () () = true

let compare () () = Ordering.Eq

let hash () = 0

let to_dyn () = Dyn.Unit
OCaml

Innovation. Community. Security.