= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A module for variables that occur in types.
type t = Dolmen.Std.Expr.ty_var
The type of variables the can occur in types
val print : Stdlib.Format.formatter -> t -> unit
Printing function.
val mk : string -> t
Create a new type variable with the given name.
val wildcard : unit -> t
Create a fresh type wildcard.
val is_wildcard : t -> bool
Is the variable a type wildcard ?