~pepe/eleanor

35a90186974c770a789aff9459b752a9d9f7c8db — Josef Pospíšil 9 months ago 4b4bcc9 master
Name anonymous asserted
1 files changed, 1 insertions(+), 1 deletions(-)

M eleanor/points.janet
M eleanor/points.janet => eleanor/points.janet +1 -1
@@ 304,4 304,4 @@
(defn asserted
  "Asserts `pred` on the `base` and errors with `msg` if it fails."
  [pred &opt msg]
  (fn [base] (assert (pred base) msg)))
  (fn asserted [base] (assert (pred base) msg)))