ghcitui-0.3.0.0: A Terminal User Interface (TUI) for GHCi
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ghcitui.NameBinding

Synopsis

Documentation

data NameBinding t Source #

Represents a binding in the local context.

Constructors

NameBinding 

Fields

Instances

Instances details
Show t => Show (NameBinding t) Source # 
Instance details

Defined in Ghcitui.NameBinding

Eq t => Eq (NameBinding t) Source # 
Instance details

Defined in Ghcitui.NameBinding

data BindingValue a Source #

Value associated with a binding.

Constructors

Uneval 
Evald a 

Instances

Instances details
Show a => Show (BindingValue a) Source # 
Instance details

Defined in Ghcitui.NameBinding

Eq a => Eq (BindingValue a) Source # 
Instance details

Defined in Ghcitui.NameBinding

renderNamesTxt :: Functor f => f (NameBinding Text) -> f Text Source #

Display the name bindings together into a group of Texts.