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.
次の関数シグネチャがあり、それを実装する haskell 関数を実装したいと考えています。
method :: (a -> (a -> b)) -> (a -> b)
それを行うためにさまざまなアプローチを試みましたが、出発点を逃しているようです。(>>=)のような特技でできると思うのですが、よくわかりません。私は haskell にかなり慣れていないので、Int や Bool などの値の代わりに関数を出力する方法がよくわかりません。