hook

package
v1.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2026 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package hook is the untyped injection slot behind internal/funraw. It exists only to break an import cycle: funraw's accessor is typed in terms of lisp types, so funraw must import lisp — which means lisp cannot import funraw to inject the accessor. Both packages instead meet here, in a package that imports nothing: lisp's init stores the accessor as an untyped value, and funraw's init recovers the typed function from it (import order guarantees lisp initializes first, since funraw imports lisp).

Nothing outside lisp (writer) and funraw (reader) should touch this package.

Index

Constants

This section is empty.

Variables

View Source
var Env any

Env holds a func(*lisp.LVal) *lisp.LEnv, stored untyped. It is set by package lisp's init and consumed by package funraw's init.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL