daml/compiler
Moritz Kiefer f897e7a252
Add a Show instance for Ordering (#7068)
Requested in
https://discuss.daml.com/t/why-isnt-ordering-an-instance-of-show-in-daml/1007
Seems like a very reasonable thing to have.

changelog_begin

- [DAML Standard Library] Add a ``Show`` instance for ``Ordering``.

changelog_end
2020-08-10 10:40:09 +02:00
..
daml-extension Factor out reproducibility flags for tar and gzip (#6884) 2020-08-05 14:27:14 +00:00
daml-lf-ast Update Bazel 2.1.0 --> 3.3.1 (#6761) 2020-07-23 09:46:04 +02:00
daml-lf-proto Update Bazel 2.1.0 --> 3.3.1 (#6761) 2020-07-23 09:46:04 +02:00
daml-lf-reader replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-lf-tools Strip ELocation nodes in simplifier rules. (#6930) 2020-07-30 14:37:35 +00:00
daml-lf-verify Fix record update evaluation order. (#6590) 2020-07-03 11:25:44 +01:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc Add a Show instance for Ordering (#7068) 2020-08-10 10:40:09 +02:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Prefix IDE include paths with project root (#6463) 2020-06-23 16:58:14 +02:00
repl-service use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
scenario-service use -Ywarn-unused for all Scala code (#6907) 2020-08-07 13:16:09 -04:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.