package mugen

  1. Overview
  2. Docs

Module type StructuredType.EqualityTypeSource

type t

The type.

val equal : t -> t -> bool

equal x y checks whether x and y are equivalent.

val dump : Format.formatter -> t -> unit

Ugly printer.