chiasma-0.10.0.0: A tmux client for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Chiasma.View

Documentation

sameId :: Eq a => a -> View a -> Bool Source #

viewById :: Eq a => Lens' Views [View a] -> a -> Views -> Maybe (View a) Source #

type Setter a = View a -> Views -> Views Source #