daml/compiler
Neil Mitchell 54c6e441f0
Minor IDE cleanups (#945)
* Kill RealLocated, it just duplicates something already in GHC

* Move some things back to UtilGHC, they are useful for setting DynFlags values
2019-05-06 18:35:43 +01:00
..
daml-lf-ast Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
daml-lf-proto Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
daml-lf-tools Delete DA.Prelude (#914) 2019-05-04 18:51:56 +01:00
haskell-ide-core Minor IDE cleanups (#945) 2019-05-06 18:35:43 +01:00
scenario-service Delete DA.Prelude (#914) 2019-05-04 18:51:56 +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.