package lsp

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

Source file hashable.ml

1
2
3
4
5
6
7
8
# 1 "submodules/dune/otherlibs/stdune/hashable.ml"
module type S = sig
  type t

  val equal : t -> t -> bool

  val hash : t -> int
end
OCaml

Innovation. Community. Security.