unison-share-api-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Server.NameSearch.Sqlite

Synopsis

Documentation

resolveShortHash :: Codebase m v a -> ShortHash -> Transaction (Set LabeledDependency) Source #

Resolves a shorthash into any possible matches.

typeReferencesByShortHash :: ShortHash -> Transaction (Set Reference) Source #

Look up types in the codebase by short hash, and include builtins.

termReferentsByShortHash :: Codebase m v a -> ShortHash -> Transaction (Set Referent) Source #

Look up terms in the codebase by short hash, and include builtins.