Remove unused infix operator
This commit is contained in:
parent
6ec9aa1b51
commit
9087efaab3
1 changed files with 0 additions and 2 deletions
|
|
@ -7,5 +7,3 @@ let concatGens (gens: Gen<'a list> list) : Gen<'a list> =
|
||||||
match gens with
|
match gens with
|
||||||
| [] -> Gen.constant []
|
| [] -> Gen.constant []
|
||||||
| first :: rest -> rest |> List.fold (fun accGen g -> Gen.map2 (@) accGen g) first
|
| first :: rest -> rest |> List.fold (fun accGen g -> Gen.map2 (@) accGen g) first
|
||||||
|
|
||||||
let (=<<) m f = Gen.bind m f
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue