Skip to content

docs: align ID format documentation with implementation (#<N>)#33

Closed
Copilot wants to merge 2 commits into020-subject-serializationfrom
copilot/sub-pr-31-again
Closed

docs: align ID format documentation with implementation (#<N>)#33
Copilot wants to merge 2 commits into020-subject-serializationfrom
copilot/sub-pr-31-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 29, 2025

Documentation referenced _anon_<N> format for generated anonymous subject IDs, but implementation uses #<N>.

Changes

  • Specification docs (data-model.md, api.md, research.md): Updated all references from _anon_<N> to #<N> format
  • Code cleanup (Serialize.hs): Fixed comment indentation, removed dead commented-out code

Example

Before (docs):

return $ S.Symbol ("_anon_" ++ show n)

After (matches implementation):

return $ S.Symbol ("#" ++ show n)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…ntation

Co-authored-by: akollegger <53756+akollegger@users.noreply.github.com>
Copilot AI changed the title [WIP] Add subject serialization capabilities to gram-hs library docs: align ID format documentation with implementation (#<N>) Nov 29, 2025
Copilot AI requested a review from akollegger November 29, 2025 18:19
@akollegger akollegger closed this Nov 29, 2025
@akollegger akollegger deleted the copilot/sub-pr-31-again branch November 29, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants