Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify LLM docs generation #7462

Open
Anton-4 opened this issue Jan 4, 2025 · 0 comments
Open

Simplify LLM docs generation #7462

Anton-4 opened this issue Jan 4, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Anton-4
Copy link
Collaborator

Anton-4 commented Jan 4, 2025

Experience has shown you only need names and types, e.g.:

Bool.false : Bool
Bool.true : Bool
Decode.fromBytesPartial : List U8, fmt -> DecodeResult val where val implements Decoding, fmt implements DecoderFormatting
Dict.empty : {} -> Dict * *
Dict.fromList : List (k, v) -> Dict k v
Dict.get : Dict k v, k -> Result v [KeyNotFound]
Dict.insert : Dict k v, k, v -> Dict k v
Dict.insertAll : Dict k v, Dict k v -> Dict k v
Dict.joinMap : Dict a b, (a, b -> Dict x y) -> Dict x y

This old PR should show you where to apply the changes: https://github.com/roc-lang/roc/pull/7190/files

Recommended experience; basic Rust

@Anton-4 Anton-4 added the good first issue Good for newcomers label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant