unison-parser-typechecker-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.UnconflictedLocalDefnsView

Synopsis

Documentation

data UnconflictedLocalDefnsView Source #

A view of a namespace's dsefinition (everything outside of lib) that is unconflicted: each name refers to one thing. The data contained within is all just different expressions of the same contents, for various use cases. The intention is to use laziness to avoid recomputing data structures whenever possible.