This commit is contained in:
2024-10-25 21:05:32 +01:00
parent 6424899afd
commit f6c136cfd6
25 changed files with 334 additions and 333 deletions
-4
View File
@@ -6,8 +6,4 @@ defaultSelectionList :: SelectionList a
defaultSelectionList = SelectionList
{_slItems = mempty
, _slSelPos = Nothing
-- , _slLength = 0
, _slRegex = ""
, _slRegexInput = False
, _slRegexList = []
}