napkin-0.5.14
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Backends.MsSql.ApiGen.CombinationTree

Description

Similar to subsequences but for a tree structure

Synopsis

Documentation

data NodeType #

Constructors

All 
MayOneOf 
MustOneOf 

Instances

Instances details
Show NodeType # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.CombinationTree

Eq NodeType # 
Instance details

Defined in Napkin.Backends.MsSql.ApiGen.CombinationTree

allTreePermutation :: CombinationTree a -> [[a]] #

flattens combinations leaves left to right

mkAll :: [a] -> CombinationTree a #