daml/compiler
Sofia Faro 79715ad32d
interfaces: Drop the typerep, raise WronglyTypedContract (#13314)
* Drop the typerep in interface desugaring.

GHC PR: https://github.com/digital-asset/ghc/pull/110

Fixes https://github.com/digital-asset/daml/issues/13275 and https://github.com/digital-asset/daml/issues/13283

changelog_begin
changelog_end

* compile ghc-lib

* update bazel-haskell-deps

* update InterfaceTypeRepCheck test

* scalafmt

* update compile.yml

* update bazel-haskell-deps last time
2022-03-17 16:12:46 +00:00
..
daml-extension Handle absence of table view in Daml Studio (#13245) 2022-03-10 11:56:06 +01:00
daml-lf-ast Drop typerep argument from ExerciseInterface. (#13284) 2022-03-15 13:53:06 +00:00
daml-lf-proto Drop typerep argument from ExerciseInterface. (#13284) 2022-03-15 13:53:06 +00:00
daml-lf-reader hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
daml-lf-tools interfaces: Drop the typerep, raise WronglyTypedContract (#13314) 2022-03-17 16:12:46 +00:00
damlc interfaces: Drop the typerep, raise WronglyTypedContract (#13314) 2022-03-17 16:12: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 Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
repl-service Speed up Daml repl startup (#13172) 2022-03-09 08:22:42 +00:00
scenario-service Replace scenario messages with script (#13207) 2022-03-09 11:35:37 +01:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.