This currently throws an `UndefVarError` for `E`: ``` @parameters E F @reaction_network begin @equations D(A) ~ E + F end ``` Is this expected?