File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ modules =
196
196
Libraries.Data.SnocList.HasLength,
197
197
Libraries.Data.SnocList.LengthMatch,
198
198
Libraries.Data.SnocList.SizeOf,
199
+ Libraries.Data.SnocList.Quantifiers.Extra,
199
200
Libraries.Data.Span,
200
201
Libraries.Data.SortedMap,
201
202
Libraries.Data.SortedSet,
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ import Core.Value
14
14
15
15
import Data.List
16
16
import Data.SnocList
17
- import Data.SnocList.HasLength
18
17
import Data.SnocList.Quantifiers
19
18
import Data.Maybe
20
19
import Data.Vect
21
20
22
21
import Libraries.Data.List.SizeOf
23
22
import Libraries.Data.SnocList.SizeOf
24
23
import Libraries.Data.SnocList.Extra
24
+ import Libraries.Data.SnocList.HasLength
25
25
26
26
%default covering
27
27
You can’t perform that action at this time.
0 commit comments