syntactic-3.6.1: Generic representation and manipulation of abstract syntax

Safe HaskellNone
LanguageHaskell2010

Data.NestTuple.TH

Documentation

data Nest a Source

Constructors

Leaf a 
Pair (Nest a) (Nest a) 

Instances

foldNest :: (a -> b) -> (b -> b -> b) -> Nest a -> b Source

toNest :: [a] -> Nest a Source

mkNestableInstances Source

Arguments

:: Int

Max tuple width

-> DecsQ