Function: peg-unary-nullable

peg-unary-nullable is a byte-compiled function defined in peg.el.gz.

Signature

(peg-unary-nullable EXP PATH)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/peg.el.gz
(defun peg-unary-nullable (exp path)
  (peg-detect-cycles exp path)
  t)