Skip to documentation
SLOP

tiny.smt.Function

Reference tiny.smt Function

Defined in term.

A function declaration, named by its index in the declaration table of the Context that holds it.

No direct callersNo direct callstermFunction
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/smt/src/term.zig:94

zig
/// A function declaration, named by its index in the declaration table of the `Context` that holds/// it. `function` returns one, and `apply` takes one to build an application.pub const Function = u32;

Source: lib/smt/src/root.zig:117

zig
pub const Function = term.Function;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433