Revision e8ca47991bb3e1c7532c1338431f93f29b65d518 authored by Raphaël Proust on 13 July 2022, 08:17:18 UTC, committed by Raphaël Proust on 13 July 2022, 08:17:18 UTC
`mu` now avoids the first unrolling

See merge request nomadic-labs/data-encoding!88
2 parent s 8ba4d07 + 2908d88
Raw File
.ocamlformat
version=0.20.1
wrap-fun-args=false
let-binding-spacing=compact
field-space=loose
break-separators=after
space-around-arrays=false
space-around-lists=false
space-around-records=false
space-around-variants=false
dock-collection-brackets=true
space-around-records=false
sequence-style=separator
doc-comments=before
margin=80
module-item-spacing=sparse
parens-tuple=always
back to top