ribosome-0.9.9.9: Neovim plugin framework for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Data.CustomConfig

Description

Disambiguation type for Reader.

Synopsis

Documentation

newtype CustomConfig c Source #

Disambiguation type used for the custom CLI configuration that is polymorphic in the stack.

Constructors

CustomConfig 

Fields

Instances

Instances details
Show c => Show (CustomConfig c) Source # 
Instance details

Defined in Ribosome.Data.CustomConfig

Eq c => Eq (CustomConfig c) Source # 
Instance details

Defined in Ribosome.Data.CustomConfig