lexical-lsp / lexical

Lexical is a next-generation elixir language server
776 stars 77 forks source link

Refactor: Increased type detail #734

Closed scohen closed 1 month ago

scohen commented 1 month ago

Switched from a single atom to a tuple for types, which will be easier to generically match on and will allow us to provide richer type information for some follow up PRs.

Note, this will require a reindex of source code

scohen commented 1 month ago

@scottming, @zachallaun ping!