CoreErlang
CoreErlang copied to clipboard
AST, parser, pretty-printer for Core Erlang source code.
...
Update base version to 4.14 (supporting GHC 8.10.2), and fix an associated error Base
This (empty) example module, ``` -module(example). ``` with 17.5, `c(example, to_core)` gives ``` module 'example' ['module_info'/0, 'module_info'/1] attributes [] 'module_info'/0 = fun () -> call 'erlang':'get_module_info' ('example') 'module_info'/1 = fun...
This PR fixes a bunch of warning, mostly orphan instances, as well as duplicated and outdated imports. Tested against GHC 9.4.8 and cabal 3.14.1.1 Edit: I realize this PR pulls...