Unison.Codebase.Editor.Slurp
data SlurpOp Source #
The operation which is being performed or checked.
Constructors
Defined in Unison.Codebase.Editor.Slurp
Methods
showsPrec :: Int -> SlurpOp -> ShowS #
show :: SlurpOp -> String #
showList :: [SlurpOp] -> ShowS #
(==) :: SlurpOp -> SlurpOp -> Bool #
(/=) :: SlurpOp -> SlurpOp -> Bool #
slurpFile :: TypecheckedUnisonFile Symbol Ann -> Set Symbol -> SlurpOp -> Names -> SlurpResult Source #
Analyze a file and determine the status of all of its definitions with respect to a set of vars to analyze and an operation you wish to perform.