package logtk

  1. Overview
  2. Docs
On This Page
  1. Head
Legend:
Library
Module
Module type
Parameter
Class
Class type
type var = Type.t HVar.t
type t =
  1. | I of ID.t
  2. | B of Builtin.t
  3. | V of var
val term_to_head : Term.t -> t option

Return the head of a term if it can be expressed by Head.t

val term_to_args : Term.t -> Term.t list

Return the arguments of a term

include Interfaces.PRINT with type t := t
val to_string : t -> string
OCaml

Innovation. Community. Security.