Files
rose-ash/plans
giles ad252088c3
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 33s
ocaml: phase 4 module type S = sig … end parser (+3 tests, 389 total)
module type S = sig DECLS end is parsed-and-discarded — sig..end
balanced skipping in parse-decl-module-type. AST (:module-type-def
NAME). Runtime no-op (signatures are type-level only).

Allows real OCaml programs with module type decls to parse and run
without stripping the sig blocks.
2026-05-08 15:11:45 +00:00
..