add schedule to vicfg
This commit is contained in:
parent
c840d54fab
commit
b9375acb18
5 changed files with 47 additions and 12 deletions
|
@ -43,3 +43,6 @@ instance Arbitrary FileOffset where
|
|||
|
||||
nonNegative :: (Num a, Ord a) => Gen a -> Gen a
|
||||
nonNegative g = g `suchThat` (>= 0)
|
||||
|
||||
positive :: (Num a, Ord a) => Gen a -> Gen a
|
||||
positive g = g `suchThat` (> 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue