Description
A declarative Haskell library for building terminal user interfaces. It helps developers create text-based apps with widgets, focus handling, layout, input events, and drawing logic.
Use it when a Haskell project needs an interactive terminal interface instead of a graphical desktop window. Good terminal UIs still need keyboard accessibility, clear focus behavior, and readable layouts.