unison-parser-typechecker-0.0.0
Safe HaskellNone
LanguageHaskell2010

Unison.Codebase.Branch.Names

Synopsis

Documentation

namesDiff :: forall (m :: Type -> Type). Branch m -> Branch m -> Diff Source #

toNames :: forall (m :: Type -> Type). Branch0 m -> Names Source #

Get the names in the provided branch.

toPrettyPrintEnvDecl :: forall (m :: Type -> Type). Int -> Branch0 m -> PrettyPrintEnvDecl Source #

Get the pretty-printing environment for names in the provided branch.