Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Lsql.Csv.Core.BlockOps
Description
Documentation
This data structure represents a command block.
getSelects :: [Block] -> [[Arg]] Source #
Returns all select blocks.
getIf :: [Block] -> Arg Source #
Makes conjunction of all if blocks (if none, simple True
is returned) and returns it.