A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/HyperSpec/Body/f_pkg__1.htm below:

CLHS: Function PACKAGE-USED-BY-LIST

CLHS: Function PACKAGE-USED-BY-LIST Function PACKAGE-USED-BY-LIST

Syntax:

package-used-by-list package => used-by-list

Arguments and Values:

package---a package designator.

used-by-list---a list of package objects.

Description:

package-used-by-list returns a list of other packages that use package.

Examples:

 (package-used-by-list (make-package 'temp)) =>  ()
 (make-package 'trash :use '(temp)) =>  #<PACKAGE "TRASH">
 (package-used-by-list 'temp) =>  (#<PACKAGE "TRASH">)

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if package is not a package.

See Also:

use-package, unuse-package

Notes: None.

The following X3J13 cleanup issue, not part of the specification, applies to this section:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4