In Stan code, there are truncated distributions, like ``` y ~ normal(0, 1) T[-0.5, 2.1]; ``` So how can this be put in the `flist` for `ulam`?