Testing a codegen run with Gemini.
Testing a Gemini codegen run
OCaml
92.2%
Python
7.2%
Dune
0.1%
Other
0.6%
code
Clone this repository
https://tangled.org/anil.recoil.org/gemini-codegen-test
git@git.recoil.org:anil.recoil.org/gemini-codegen-test
For self-hosted knots, clone URLs may differ based on your setup.
- Change all record types to use a consistent module style where records are
defined in a submodule containing a type t, accessors, and constructors
- Add proper encapsulation with abstract types
- Make field access go through accessor functions
- Fix dependencies between modules
- Maintain consistent typing across the codebase
This change improves encapsulation and avoids prefixing field names with the type name.
馃 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
README.md