unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Editor.Slurp

Synopsis

Documentation

data SlurpOp Source #

The operation which is being performed or checked.

Constructors

AddOp 
UpdateOp 
CheckOp 

Instances

Instances details
Show SlurpOp Source # 
Instance details

Defined in Unison.Codebase.Editor.Slurp

Eq SlurpOp Source # 
Instance details

Defined in Unison.Codebase.Editor.Slurp

Methods

(==) :: 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.