Rethink selection lists as intmaps
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module Dodge.Default.SelectionList where
|
||||
|
||||
import Dodge.Data.SelectionList
|
||||
|
||||
defaultSelectionList :: SelectionList a
|
||||
defaultSelectionList = SelectionList
|
||||
{_slItems = []
|
||||
, _slSelPos = Nothing
|
||||
, _slLength = 0
|
||||
, _slRegex = ""
|
||||
, _slRegexInput = False
|
||||
, _slRegexList = []
|
||||
}
|
||||
Reference in New Issue
Block a user