Skip to content

Commit

Permalink
Merge pull request #4 from philandstuff/bump-to-std-14
Browse files Browse the repository at this point in the history
Bump to Dhall standard v14.0.0
  • Loading branch information
philandstuff authored Feb 16, 2020
2 parents 56ff509 + b791782 commit b08ae39
Show file tree
Hide file tree
Showing 6 changed files with 1,827 additions and 1,146 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
- moved `core.Term` and implementations to new package `term`
- removed `core.AppValue` from public interface
- renamed various types to remove `-Val` and `-Term` suffixes
- (from Dhall 14.0.0): decimal Natural literals can no longer have
leading 0 digits

### Changed

- dhall-golang now supports [version 14.0.0][dhall-14.0.0] of the
language.

[dhall-14.0.0]: https://github.com/dhall-lang/dhall-lang/releases/tag/v14.0.0

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion dhall-lang
Submodule dhall-lang updated 106 files
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ handling skipped for brevity):
dhallBytes, err := ioutil.ReadFile("foo.dhall")
err = dhall.Unmarshal(dhallBytes, &m)
This version supports Dhall standard 13.0.0, except that it doesn't
This version supports Dhall standard 14.0.0, except that it doesn't
support `using` directives.
*/
package dhall
Loading

0 comments on commit b08ae39

Please sign in to comment.