feedback/weeder.toml

10 lines
117 B
TOML
Raw Permalink Normal View History

2024-04-15 11:22:30 +03:00
unused-types = true
type-class-roots = false
roots = [
# General
".main$",
"^Paths_.*",
]
root-instances = [
]