Native OCaml Rego/OPA policy engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt: dune-fmt sweep across docstrings and pattern matches

Cosmetic-only changes from a workspace-wide $(dune fmt) run that
were pending in the working tree across packages: docstring re-wraps
in several .mli files (rego, space-packet, spacewire, tcpcl), and
single-line collapses of trivial match arms in test files (atp,
ldpc, mst, pus, sse) and one xtce.ml site.

No behavioural changes.

+2 -2
+2 -2
lib/lexer.mli
··· 4 4 (** Raised on unrecognized input. *) 5 5 6 6 type state 7 - (** Lexer state, threading through the previous token for automatic 8 - semicolon insertion. *) 7 + (** Lexer state, threading through the previous token for automatic semicolon 8 + insertion. *) 9 9 10 10 val v : string -> state 11 11 (** [v src] creates a fresh lexer state from a source string. *)