hoodle-types-0.3: Data types for programs for hoodle file format

PortabilityGHC
Stabilityexperimental
MaintainerIan-Woo Kim <ianwookim@gmail.com>
Safe HaskellNone

Data.Hoodle.Zipper

Description

representing selection of hoodle type

Documentation

type NonEmptyList a = (a, [a])Source

newtype SeqZipper a Source

Constructors

SZ 

Fields

unSZ :: (a, (Seq a, Seq a))