package js_of_ocaml-compiler

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

Module Code.ConstantSource

Sourceval ocaml_equal : t -> t -> bool option

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