bishbosh-0.1.4.0: Plays chess.
Safe HaskellNone
LanguageHaskell2010

BishBosh.Data.Either

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines a pickler for Either.
Synopsis

Functions

xpickle :: PU l -> PU r -> PU (Either l r) Source #

Pickler for an arbitrary datum of type Either.