package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = constant
val ocaml_equal : t -> t -> bool option

Guaranteed equality in terms of OCaml (=): if constant_equal a b = Some v, then Poly.(=) a b = v. This is used for optimization purposes.

OCaml

Innovation. Community. Security.