daml/compiler
Fran e30955963b damldoc: Derive missing type signatures and add links in type signatures. (#2132)
* Use type information in function docs

* idpToText -> packRdrName

* Use tycon to get superclasses

* Make anchors from tycons

* Generate all type anchors with tyConAnchor

* Type information is everywhere

* Render links.

* s/missing/available/

* Update golden tests

* Hlint / refactor

* Clean up import list

* Banish evil

* Catch lint

* Use mapMaybe

* Use list comprehensions instead

* packModule -> getModulename, dc_mod -> dc_modname

* Deal with tuple constructors properly

* Update the test case

* Better docs in Rst renderer

* Add test that uses type sig links

* Update release notes
2019-07-15 11:06:01 +00:00
..
daml-extension bundle vsix in sdk tarball (#2113) 2019-07-12 21:35:05 +00:00
daml-lf-ast Freeze DAML-LF version 1.6 (#1937) 2019-07-12 19:06:44 +00:00
daml-lf-proto intern package IDs in LF (#1614) 2019-06-26 11:15:24 +02:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools Cache rewrites of PRSelf references (#2028) 2019-07-08 08:48:09 +02:00
daml-licenses Bump urllib3 from 1.24.1 to 1.24.2 in /compiler/daml-licenses/licenses (#2082) 2019-07-10 20:57:10 -04:00
damlc damldoc: Derive missing type signatures and add links in type signatures. (#2132) 2019-07-15 11:06:01 +00:00
hie-core Add useNoFile helpers matching defineNoFile (#2126) 2019-07-12 15:06:03 +00:00
lsp-tests Daml hlint integration (#2115) 2019-07-12 16:17:06 +00:00
scenario-service check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +00: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.