package ocaml-in-python

  1. Overview
  2. Docs
module Self : sig ... end
include module type of struct include Self end
type t = Type.t list
val hash : int -> Type.t list -> int
val equal : Type.t list -> Type.t list -> bool
module Hashtbl : sig ... end