package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ty_vertex = ty_vertex_content ref
and ty_vertex_content =
  1. | Root of int * bool * ty_g_node
and ty_g_node =
  1. | TyVvar of Ty.tvsymbol
  2. | TyVapp of Ty.tysymbol * ty_vertex list
val create : Ty.ty -> ty_vertex
val find : ty_vertex -> ty_vertex
val unify : ty_vertex -> ty_vertex -> unit
OCaml

Innovation. Community. Security.