1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 PureScript 0.7.1 发布,静态类型语言 下载

Discussion in '软件资讯' started by 漂亮的石头, 2015-07-15.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,318
    Likes Received:
    47
    PureScript 0.7.1 发布,更新内容如下:

    对 0.7.0 的一些修复:


    • @hdgarrood has worked on improvements to psc-publish to support the new Pursuit website.


    • @mjgpy3 has improved warning messages


    • @wuzzeb has improved the pretty printers


    • @hdgarrood has added CI builds for GHC 7.10 and 7.6

    提升:

    @nicodelpiano has added exhaustivity checking as a new warning type. Incomplete pattern matches will now generate warnings like this:

    Warning in module Data.Either.Unsafe:
    Warning in value declaration fromRight:
    Warning at src/Data/Either/Unsafe.purs line 14, column 1 - line 15, column 1:
    Pattern could not be determined to cover all cases.
    The definition has the following uncovered cases:
    (Data.Either.Left _)
    See https://github.com/purescript/purescript/wiki/Error-Code-NotExhaustivePattern for more information, or to contribute content related to this error.



    下载地址请点这里

    PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
    PureScript 0.7.1 发布,静态类型语言下载地址
     
Loading...