The bubble-operator-upwards Reference Manual

This is the bubble-operator-upwards Reference Manual, version 1.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:46:47 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 bubble-operator-upwards

A function that "bubbles an operator upwards" in a form, demultiplexing all alternative branches by way of cartesian product. This operation is notably useful for easy implementation of certain kinds of shorthand notations in macros. A cartesian-product function is also exported, as it’s needed to implement the main function.

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

1.1

Source

bubble-operator-upwards.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 bubble-operator-upwards/bubble-operator-upwards.asd

Source

bubble-operator-upwards.asd.

Parent Component

bubble-operator-upwards (system).

ASDF Systems

bubble-operator-upwards.


3.1.2 bubble-operator-upwards/package.lisp

Source

bubble-operator-upwards.asd.

Parent Component

bubble-operator-upwards (system).

Packages

bubble-operator-upwards.


3.1.3 bubble-operator-upwards/main.lisp

Dependency

package.lisp (file).

Source

bubble-operator-upwards.asd.

Parent Component

bubble-operator-upwards (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 bubble-operator-upwards

Source

package.lisp.

Nickname

bubble-op-up

Use List

common-lisp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: bubble-operator-upwards (operator form &key result-kind if-collapsed collapsed-identity)
Package

bubble-operator-upwards.

Source

main.lisp.

Function: cartesian-product (&rest possibility-groups)
Package

bubble-operator-upwards.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables