... This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. ... If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. (.require [library [lux (.except) ["$" documentation] [data ["[0]" text (.only \n) ["%" \\format (.only format)]]]]] [\\library ["[0]" /]]) (def .public documentation (List $.Documentation) (list ($.module /._ "") ($.definition /.empty) ($.definition /.size) ($.definition /.empty?) ($.definition /.equivalence) ($.definition /.functor) ($.definition (/.Stack it) "A first-in, last-out sequential data-structure.") ($.definition /.value "Yields the top value in the stack, if any." ($.example (value stack))) ($.definition /.next "" ($.example (next stack))) ($.definition /.top "" ($.example (top value stack))) ))