logo
  • 教程列表
  • SO官方文檔
  • 管道
    • 生產者
    • 連線管道
    • 管道
    • 使用 runEffect 執行管道
    • 消費者
    • 代理 monad 變換器
    • 結合管道和網路通訊
  1. StackOverflow 文件
  2. Haskell Language 教程
  3. 管道
  4. 代理 monad 變換器

代理 monad 變換器

Created: November-22, 2018

pipes 的核心資料型別是 Proxy monad 變換器。Pipe,Producer,Consumer 等以 Proxy 定義。

由於 Proxy 是 monad 變換器,Pipes 的定義採用了 await 和 yield 值的 monadic 指令碼的形式,另外還執行了基礎 monad m 的效果。

  • 結合管道和網路通訊
  • 消費者

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明