Hi, me again! I'd like to have a view that hides all local definitions, but retains top-level values even if they aren't exported. My reasoning is I'd like to see locally defined top-level functions that are only used once (as that suggests it might be simpler to just inline). Right now, seeing all where and let-bound values makes this quite difficult.
Hi, me again! I'd like to have a view that hides all local definitions, but retains top-level values even if they aren't exported. My reasoning is I'd like to see locally defined top-level functions that are only used once (as that suggests it might be simpler to just inline). Right now, seeing all
where
andlet
-bound values makes this quite difficult.