autodocodec/weeder.toml

12 lines
168 B
TOML
Raw Permalink Normal View History

2024-08-08 20:17:55 +03:00
unused-types = true
type-class-roots = false
roots = [
"^Main.main",
# Generated
"Paths_",
]
root-instances = [
# {class = 'IsString'},
# {class = 'IsList'},
]