## Actual ``` user=> (repeat 2N 1) argument 0: cannot coerce *lang.BigInt to int64 ``` ## Expected ``` user=> (repeat 2N 1) (1 1) ```