From bf4c5ff0fd28d94b7f22552a79e6fbe2561fe6cf Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 22:29:18 +0700 Subject: so so good --- ocaml/lib/nock.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ocaml/lib/nock.ml') diff --git a/ocaml/lib/nock.ml b/ocaml/lib/nock.ml index 2f52922..ac6a2ad 100644 --- a/ocaml/lib/nock.ml +++ b/ocaml/lib/nock.ml @@ -28,7 +28,8 @@ open Noun let call_count = ref 0 let depth = ref 0 let max_calls = 100 -let max_mug_depth = -1 (* Disabled: need mug caching like C before enabling *) +let max_mug_depth = -1 (* Disabled: even cached, initial mug of huge ivory pill is slow *) +(* TODO: Enable selectively after verifying structural correctness *) (* Helper to generate indentation based on depth *) let indent () = -- cgit v1.2.3