Sakura-chan the goat
Sakura-chan the goat
第2版の際にご検討ください! p65, p92, p93 などにでてくる青い背景のコードが 「ファイルに書いてもエラーになるし、そのままreplに打ち込んでもエラーになる」 という初見の人がけっこう筆者の意図を汲む必要がある感じになっています。 関数の定義は青背景にして、それ以下の `message user1 -- Hello, Taro` みたいな実行例は白背景黒囲いの表記にしてreplで実行することを明示した方が混乱は少ないと思います。
Just fix typo.
`String.all`, `String.any`, and functions using `String.foldr` have a bug that can cause infinite loop under certain conditions. # SSCCE ```elm -- `String.toList` is implemented with `String.foldr` String.right 1 "foobar😈" |>...
The documentation for `Attributes.value` says: ```elm {-| Defines a default value which will be displayed in a `button`, `option`, `input`, `li`, `meter`, `progress`, or `param`. -} value : String ->...
There are no explicit explanation about `compileTextFileWith` and `compileHtmlFileWith`. They are recommended ways to render template files on latest version of `heterocephalus`.