Expand description
Module for prefix stripping utilities
Functionsยง
- strip_
default_ value_ prefixes - Simple prefix stripper for default values
- strip_
internal_ prefixes - Strip internal module prefixes (modules starting with underscore)
- strip_
package_ prefixes - Strip package-qualified names from type expressions
- strip_
stdlib_ prefixes - Strip standard library prefixes from type expressions
- strip_
type_ prefixes - Combined stripper for type expressions (stdlib + package prefixes)