Agda
Safe HaskellNone
LanguageHaskell2010

Agda.TypeChecking.Serialise.Instances.Highlighting

Documentation

data KVS a Source #

Constructors

Cons !Int !Int a !(KVS a) 
Nil 

icodRM :: EmbPrj a => KVS a -> S Node Source #

valueRM :: EmbPrj a => Node -> R [(Int, PairInt a)] Source #

Orphan instances