| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unison.Codebase.Editor.SlurpComponent
Synopsis
- data SlurpComponent = SlurpComponent {}
- empty :: SlurpComponent
- fromTerms :: Set Symbol -> SlurpComponent
- fromTypes :: Set Symbol -> SlurpComponent
- fromCtors :: Set Symbol -> SlurpComponent
- isEmpty :: SlurpComponent -> Bool
- difference :: SlurpComponent -> SlurpComponent -> SlurpComponent
- intersection :: SlurpComponent -> SlurpComponent -> SlurpComponent
- closeWithDependencies :: TypecheckedUnisonFile Symbol a -> SlurpComponent -> SlurpComponent
Slurp component
data SlurpComponent Source #
Instances
Basic constructors
Predicates
isEmpty :: SlurpComponent -> Bool Source #