Sidekick_base.Arg
module Fun : sig ... end with type t = Fun.t
A function symbol, like "f" or "plus" or "is_human" or "socrates"
module Ty : sig ... end with type t = Ty.t
Types
module Term : sig ... end with type t = Term.t and type state = Term.state
Term structure.