quantified-uncertainty / squiggle

An estimation language
https://squiggle-language.com
MIT License
148 stars 22 forks source link

Variables can't be used for function support #3141

Closed OAGr closed 3 months ago

OAGr commented 3 months ago

Description of suggestion or shortcoming:

This broke some of our documentation.

foo = [1,5]
fn(x:foo) = x
image

Seems similar to https://github.com/quantified-uncertainty/squiggle/issues/3111 Also working in 0.9.3. Might have also broke with https://github.com/quantified-uncertainty/squiggle/pull/3054