We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f48c3a commit 1642903Copy full SHA for 1642903
libs/constrained-generators/src/Constrained/SumList.hs
@@ -27,6 +27,12 @@ module Constrained.SumList (
27
genListWithSize,
28
Complete (..),
29
maxFromSpec,
30
+ Solution(..),
31
+ logRange,
32
+ logish,
33
+ Cost(..),
34
+ predSpecPair,
35
+ narrowByFuelAndSize,
36
) where
37
38
import Constrained.AbstractSyntax
libs/constrained-generators/src/Constrained/Test.hs
@@ -23,6 +23,7 @@ module Constrained.Test (
23
prop_mapSpec,
24
prop_propagateSpecSound,
25
prop_gen_sound,
26
+ specType,
import Constrained.API.Extend
0 commit comments