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.
たとえば:t ap、GHCi と入力すると、結果が得られます。
:t ap
ap :: Monad m => m (a -> b) -> m a -> m b
使用する Monad インスタンスが であることが既にわかっている場合、その特定のインスタンス((->) r)のタイプを照会するにはどうすればよいですか?ap
((->) r)
ap