egison-pattern-src v0.2.1.0 Release Notes

Release Date: 2020-03-04 // about 4 years ago
  • ๐Ÿš€ release
    โšก๏ธ Small update to correct parsing around value/variable patterns.

    ๐Ÿ“ฆ egison-pattern-src Hackage

    • ๐Ÿ›  Fix use of external parsers to delimit input with ,, ), or ]
    • ๐Ÿ“œ Enable to parse value expression in the form of #[1, 2, 3] without parentheses

    ๐Ÿ“ฆ egison-pattern-src-haskell-mode Hackage

    • ๐Ÿ›  Fix use of external parsers to delimit input with ,, ), or ] (change in egison-pattern-src)
    • ๐Ÿ“œ Enable to parse value expression in the form of #[1, 2, 3] without parentheses (change in egison-pattern-src)
      • Now you can pass list literal directly to value patterns

    ๐Ÿ“ฆ egison-pattern-src-th-mode Hackage

    • ๐Ÿ›  Fix use of external parsers to delimit input with ,, ), or ] (change in egison-pattern-src)
    • ๐Ÿ“œ Enable to parse value expression in the form of #[1, 2, 3] without parentheses (change in egison-pattern-src)
      • Now you can pass list literal directly to value patterns