daml/compiler
associahedron ec769ede31
damldocs: Add --exclude-instances option and exclude HasField instance docs from stdlib. (#3962)
* Refactor transform options

* Finish refactoring and implement --exclude-interface

* Exclude HasField instances from stdlib docs.

CHANGELOG_BEGIN

- [DAML SDK] ``daml damlc docs`` now accepts a ``--exclude-instances``
option to exclude unwanted instance docs by class name.

CHANGELOG_END

* s/excludeInstances/excludeInterfaces/g

* Review comments
2020-01-07 15:32:46 +00:00
..
daml-extension update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-ast update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-proto update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-reader update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-tools update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-licenses remove MissingH (#3948) 2020-01-06 14:36:14 +01:00
damlc damldocs: Add --exclude-instances option and exclude HasField instance docs from stdlib. (#3962) 2020-01-07 15:32:46 +00: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 Bump ghcide (#3943) 2020-01-04 07:51:51 +01:00
scenario-service Remove unused dependencies to da_scala_binary (#3937) 2020-01-06 13:58:56 +01:00
ghcide-daml.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01: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.