rasa-0.1.4: A modular text editor

Safe HaskellSafe
LanguageHaskell2010

Rasa.Internal.Extensions

Synopsis

Documentation

data Ext Source #

A wrapper around an extension of any type so it can be stored in an ExtMap

Constructors

Show a => Ext a 

Instances

Show Ext Source # 

Methods

showsPrec :: Int -> Ext -> ShowS #

show :: Ext -> String #

showList :: [Ext] -> ShowS #

type ExtMap = Map TypeRep Ext Source #

A map of extension types to their current value.