representable-tries-2.5: Tries from representations of polynomial functors

Stabilityexperimental
Maintainerekmett@gmail.com
Safe HaskellSafe-Infered

Data.Functor.Representable.Trie.Either

Description

 

Documentation

data EitherTrie f g a Source

Constructors

EitherTrie (f a) (g a) 

left :: EitherTrie f g a -> f aSource

right :: EitherTrie f g a -> g aSource