gmap-0.1: Composable maps and generic tries.

Data.GMap.EitherMap

Documentation

type EitherMap mapL mapR l r = InjectKeys (InjectEither l r) (Either l r) (Choice2 l r) (Choice2Map mapL mapR l r)Source