私のElmアプリケーションのモデルには、いくつかのネストされたレコードがあります。私は現在、通常の不変関数でそれらを設定しています。 Types.elm type alias Model =
{ settings : Settings
...
}
type alias Settings =
{ username : String
, passw
私のコードは#!/ bin/shと一緒に使うべきです ループ内の変数を繰り返し番号で宣言する方法はありますか? CODE: n=0
somestring="asdf asdf"
while [ $n -le 10 ]
do
"var$n"="$somestring"
done
# now it is possible to call variables var0, var1,