Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44801

PureScript 0.10.3 发布,静态类型语言

$
0
0

PureScript v0.10.3 发布了,PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。PureScript 主要是由 Haskell 和 PureScript 编写的。

更新内容:

改进

  • Solving IsSymbol instances

  • Add support for rows in instance heads under functional dependencies

  • Speeds up parsing by reading files as Text

  • Print functional dependencies in psc-docs output, fix #2439 

  • Add available command to psc-package

  • Add uninstall command to psc-package

  • Warning for shadowed type class variables

Bug  修复

  • psc-package: display full path in 'packages.json does not exist' error messsage 

  • Use writeUTF8File in psc-bundle 

  • Use HTTPS to query Pursuit

  • Moved the expansion of astral code points to UTF-16 surrogate pairs from the JS code generator to the parser 

  • Allow astral code points in record literal keys

  • Add value source positions

  • Update error message of ErrorInDataBindingGroup to include participating identifiers 

更多更新内容请查看 更新日志


Viewing all articles
Browse latest Browse all 44801

Trending Articles