tests/dupConstraints.R

library(rstatic)
library(RTypeInference)

f =
function(n)
{
    x = numeric(n)
    y = numeric(n)
    list(x, y)
}

t = infer_types(to_cfg(f))
duncantl/RTypeInference documentation built on Jan. 16, 2021, 12:30 a.m.