use operator name in print_fold

This commit is contained in:
Rhiannon Morris 2020-12-03 15:24:43 +01:00
parent 6ac8be6984
commit e0b2dfe566
3 changed files with 36 additions and 2 deletions

2
dune
View file

@ -7,4 +7,4 @@
(public_name aoc2020)
(inline_tests)
(modules (:standard \ aoc2020))
(preprocess (pps ppx_deriving.std ppx_expect)))
(preprocess (pps ppx_deriving.std ppx_inline_test ppx_expect)))