forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converting functions in data dependencies. (digital-asset#4182)
* Converting functions in data dependencies. changelog_begin changelog_end * Add NoOverloadedStrings to the set of extensions in generated packages. * Just use the fn as its own right hand side * Restore order of package map (not that it makes a difference) * Adjust imports * Weird lint but ok * Make the test pass somehow * Dont preprocess enums in GHC.Prim * Preprocess enums everywhere, and add mod ref as needed. * Revert preprocessor changes * Dont expose old-style typeclasses * Dont convert newstyle typeclasses temporarily either * Add test for function importing
- Loading branch information
associahedron
authored
Jan 27, 2020
1 parent
8b7878f
commit 3c93b5e
Showing
4 changed files
with
244 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters