All Manuals > LispWorks User Guide and Reference Manual > 30 The DSPEC Package

NextPrevUpTopContentsIndex

parse-form-dspec

Function
Summary

Parses the dspec from a defining form.

Package

dspec

Signature

parse-form-dspec form => result

Arguments

form

A form.

Values

result

A dspec or nil .

Description

The function parse-form-dspec invokes the defined form parser for form and returns the resulting dspec.

Example
(parse-form-dspec '(def-foo my-foo (arg) (foo-it arg)))
=>
(def-foo my-foo)
See also

define-form-parser
get-form-parser


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex