From 64611d312280dd5d63d498ded09ae4e9a6eaf34c Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 7 Oct 2025 02:38:28 +0700 Subject: refining nock with tail calls and sheet --- ocaml/lib/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocaml/lib/dune') diff --git a/ocaml/lib/dune b/ocaml/lib/dune index a0cb4b8..91e51bc 100644 --- a/ocaml/lib/dune +++ b/ocaml/lib/dune @@ -1,4 +1,4 @@ (library (name nock_lib) - (modules noun nock bitstream serial eventlog state effects boot runtime domain_pool nock_parallel) + (modules noun nock nock_iter nock_tail bitstream serial eventlog state effects boot runtime domain_pool nock_parallel) (libraries zarith eio eio.unix domainslib murmur3)) -- cgit v1.2.3