Description
Provides standard-library style tools for Haskell linear types. Linear types help code express that a value must be used exactly once, which can improve safety for resources and certain data flows.
This is useful for developers experimenting with or building on linear-type features. It is a programming library and does not provide a separate command-line tool.