Skip to content

Commit

Permalink
Clarification for Series type
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 4, 2012
1 parent 23d018b commit 0340f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/SmallCheck/Series.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ type Depth = Int
-- | 'Series' is a function from the depth to a finite list of values.
--
-- If @s@ is a 'Series', @s n@ is expected to yield values of depth up to @n@.
--
-- (In particular, @series d@ is expected to be a subset of @series (d+1)@.)
type Series a = Depth -> [a]

-- | Sum (union) of series
Expand Down

0 comments on commit 0340f53

Please sign in to comment.