package dolmen_type

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

Signature for substitution functions over types and terms

type ty
type ty_var
type term
type term_var
val ty_subst : (ty_var * ty) list -> ty -> ty
val term_subst : (ty_var * ty) list -> (term_var * term) list -> term -> term