ts/tests/testthat/functions.R
Tom Elliott 57cdc92a2a eugh
2025-01-10 09:20:28 +13:00

15 lines
167 B
R

# overload input/return types
# ts_compile(d_normal)
# compile to:
# const sampler = R.ocap(
# [],
# R.list({
# num: R.ocap([], R.numeric(1))
# })
# );