Fork me on GitHub
#babashka
<
2020-01-11
>
borkdude15:01:54

pre- and postconditions now on master:

$ ./bb "(defn f ([x y] {:post [(< % 10)]} (+ x y))) (f 5 10)"
Assert failed: (< % 10) [at line 1, column 1]