Skip to content

Instantly share code, notes, and snippets.

@poying
Last active June 25, 2016 13:44
Show Gist options
  • Select an option

  • Save poying/f50d12ff89152c6b14d8b46c4cc2cfc1 to your computer and use it in GitHub Desktop.

Select an option

Save poying/f50d12ff89152c6b14d8b46c4cc2cfc1 to your computer and use it in GitHub Desktop.
Elm 0.17 port 筆記

ADT

port 不能使用 ADT,所以任何有巢狀結構的的資料在 port 都會遇到問題,outcome 的地方先用 JSON.stringify 轉成 String,income 再用 JSON.parse 轉成 Maybe a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment