Fix constraint -> guard

This commit is contained in:
Scott Richmond 2023-05-26 15:23:12 -04:00
parent 776f975d54
commit c1b305bc1c

View File

@ -174,7 +174,7 @@
(defp synthetic group order-1 [synth-root (zero+ synth-term)]) (defp synthetic group order-1 [synth-root (zero+ synth-term)])
(defp fn-clause group order-1 [tuple-pattern (maybe constraint) (quiet :rarrow) expression]) (defp fn-clause group order-1 [tuple-pattern (maybe guard) (quiet :rarrow) expression])
(defp fn-entry order-1 [fn-clause terminators]) (defp fn-entry order-1 [fn-clause terminators])