Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ caDeleteUnusedBindings m contents allDiags contextRange uri
_changeAnnotations = Nothing
headToList [] = []
headToList (x : _) = [x]
subsumesEither (TE._range -> range1) (TE._range -> range2) = subRange range1 range2 || subRange range1 range2
subsumesEither (TE._range -> range1) (TE._range -> range2) = subRange range1 range2 || subRange range2 range1

data ExportsAs = ExportName | ExportPattern | ExportFamily | ExportAll
deriving (Eq)
Expand Down
Loading