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

Chiasma

Documentation

data TmuxApi (command :: Type -> Type) :: Effect Source #

data Codec (command :: Type -> Type) (i :: Type) (o :: Type) :: Effect Source #

type NativeCodecE command = NativeCodec command !! CodecError Source #