Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは新しいデータ型の定義です:
data Total a = Total a :+: Total a |...
この型定義で :+: はどういう意味ですか?
これは、中置形式で記述されたデータコンストラクターです。で始まる場合は、コンストラクターとして演算子を使用できます:。
: