daml/compiler
Neil Mitchell 282f8b4432 Delete prettyprinter-syntax (#1829)
* Delete the entirely unused reflow function

* Don't have Data.Text.Prettyprint.Doc.Syntax reexport stuff

* Move most of the pretty printing inside hie-core

* Get rid of the prettyprinter-syntax dependency from hie-core

* Get rid of prettyprinter-syntax, by collapsing the one definition into DA.Pretty
2019-06-24 08:00:42 +01:00
..
daml-lf-ast Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +02:00
daml-lf-proto Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +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 Inline the EnumType and EnumCon types in Haskell's DAML-LF AST (#1822) 2019-06-22 12:01:56 +02:00
hie-core Delete prettyprinter-syntax (#1829) 2019-06-24 08:00:42 +01:00
lsp-tests Further cleanups to hie-core (#1819) 2019-06-22 09:21:59 +01:00
scenario-service Move webview src to a separate JS file (#1784) 2019-06-20 14:55:30 +02: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.