Next Prev Up Top Contents Index

dump-form

Function
Summary

Dumps selected forms

Package

hcl

Signature

dump-form form stream => nil

Arguments

form

Form to be dumped.

stream

Stream form is to be dumped on.

Values

Returns nil .

Description

dump-form is used in conjunction with with-output-to-fasl-file to dump selected forms. See that entry for more details.

See also
dump-forms-to-file
with-output-to-fasl-file

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index