mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
0c8f2ed43e
* LF conversion: split Env type into Env+ModuleContents Env is now limited to information _about_ the module and the compilation environment, as well as compiler state such as local aliases and a fresh tyvar name supply ModuleContents has the fields from old Env which are extracted from type, class and function declarations in the module being converted * rename x=>coreModule * Extract convertBinds function * Extract convertTypeDefs function * move binds into ModuleContents * Move typeDefs into ModuleContents * Move depOrphanModules into ModuleContents * Move exports into ModuleContents * Move fixities into ModuleContents * Extract mkEnv function * Extract convertModuleContents function * Remove unused fields {Env,DamlEnv}.envIsGenerated * Remove unused field ModuleContents.mcInterfaceChoiceData * Remove unused field ModuleContents.mcInterfaceBinds changelog_begin changelog_end |
||
---|---|---|
.. | ||
src/Development/IDE/Core | ||
test/Development/IDE/Core/API | ||
BUILD.bazel | ||
dlint.yaml |