foo.hs
import Control.Applicative
それから
fay foo.hs
戻り値
Could not find module `Control.Applicative'
It is a member of the hidden package `base'.
Use -v to see a list of the files searched for.
Fay でアプリケーション プログラミングは可能ですか?
foo.hs
import Control.Applicative
それから
fay foo.hs
戻り値
Could not find module `Control.Applicative'
It is a member of the hidden package `base'.
Use -v to see a list of the files searched for.
Fay でアプリケーション プログラミングは可能ですか?
Fay には型クラスがありません。誰かがアプリカティブを使用したい場合は、演算子を単相的に実装できると考えました。これは、デフォルトのアプリカティブを提供すると、名前の衝突につながります。
型クラスのサポート状況の詳細については、この wiki ページを参照してください。