package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ctx = Type.Conv.ctx
val create : unit -> ctx
val of_simple_term : ctx -> TypedSTerm.t -> t option
val of_simple_term_exn : ctx -> TypedSTerm.t -> t
val to_simple_term : ?allow_free_db:bool -> ?env:TypedSTerm.t Var.t DBEnv.t -> ctx -> t -> TypedSTerm.t
val var_to_simple_var : ?prefix:string -> ctx -> var -> TypedSTerm.t Var.t