We should later support something like this. ```julia @model a(...) = begin # code end @model b(...) = begin x ~ a(...) # other code end ```