Skip to content

Commit

Permalink
might come in handy
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jan 5, 2025
1 parent 39de44c commit 810de4a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions weeder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
roots = [
'^E.apple_compile',
'^E.apple_printty',
'^E.apple_dumpasm',
'^E.apple_dumpir',
'^E.apple_ty',
'^E.apple_print_ts_sz',
'^Main\.main$',
'^Paths_',
'^Parser\.happy',
'HappyAction',
'^L\.(begin|end|skip|token|alexInputPrevChar|runAlex)',
'^Dbg\.dump(AAbs|C|DomTree|Loop)'
]
unused-types = true

root-instances = [
{ class = '\.NFData$' },
{ module = 'E', class = '\.Enum$' },
{ module = 'L' },
]

0 comments on commit 810de4a

Please sign in to comment.