-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
{Date,Time,TimeZone}/show
(#2493)
… as standardized in dhall-lang/dhall-lang#1328
- Loading branch information
1 parent
90a674f
commit 3aadd57
Showing
15 changed files
with
193 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dhall-lang
updated
25 files
+5 −0 | Prelude/Date/package.dhall | |
+15 −0 | Prelude/Date/show.dhall | |
+0 −37 | Prelude/List/mapMaybe.dhall | |
+0 −3 | Prelude/List/mapWithIndex | |
+0 −41 | Prelude/List/mapWithIndex.dhall | |
+0 −8 | Prelude/List/package.dhall | |
+0 −56 | Prelude/Map/mapMaybe.dhall | |
+0 −4 | Prelude/Map/package.dhall | |
+5 −0 | Prelude/Time/package.dhall | |
+15 −0 | Prelude/Time/show.dhall | |
+5 −0 | Prelude/TimeZone/package.dhall | |
+15 −0 | Prelude/TimeZone/show.dhall | |
+18 −6 | Prelude/package.dhall | |
+22 −0 | docs/howtos/Cheatsheet.md | |
+113 −0 | docs/references/Built-in-types.md | |
+12 −0 | standard/Parser.hs | |
+12 −0 | standard/alpha-normalization.md | |
+59 −0 | standard/beta-normalization.md | |
+27 −0 | standard/binary.md | |
+6 −0 | standard/dhall.abnf | |
+12 −0 | standard/shift.md | |
+12 −0 | standard/substitution.md | |
+29 −23 | standard/syntax.md | |
+15 −0 | standard/type-inference.md | |
+3 −19 | tests/type-inference/success/preludeB.dhall |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.