Skip to content

Commit 1642903

Browse files
missing exports
1 parent 4f48c3a commit 1642903

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

libs/constrained-generators/src/Constrained/SumList.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ module Constrained.SumList (
2727
genListWithSize,
2828
Complete (..),
2929
maxFromSpec,
30+
Solution(..),
31+
logRange,
32+
logish,
33+
Cost(..),
34+
predSpecPair,
35+
narrowByFuelAndSize,
3036
) where
3137

3238
import Constrained.AbstractSyntax

libs/constrained-generators/src/Constrained/Test.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module Constrained.Test (
2323
prop_mapSpec,
2424
prop_propagateSpecSound,
2525
prop_gen_sound,
26+
specType,
2627
) where
2728

2829
import Constrained.API.Extend

0 commit comments

Comments
 (0)