p:literal   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/base/pattern.xtm

Implementation

;;@ignore
;; Only matches the specified literal.
(define (p:literal val)
  (p:predicate (identity? val)))


Back to Index

Similar Entries