lib: remove upstreamed function repeat (replicate)
This commit is contained in:
@@ -3,9 +3,6 @@ let
|
||||
inherit (stdlib.trivial) const;
|
||||
inherit (stdlib.lists) range any all;
|
||||
in {
|
||||
# a -> Int -> [a]
|
||||
repeat = item: times: map (const item) (range 1 times);
|
||||
|
||||
# [Bool] -> Bool
|
||||
any' = any (boolean: boolean);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user