lsql-csv-0.1.0.5: A tool for CSV files data querying from the shell with short queries.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lsql.Csv.Lang.BlockSeparator

Description

This module contains the preprocessor parser, which splits a command into a list of Strings - one String per block.

Synopsis

Documentation

splitBlocks :: String -> [String] Source #

The preprocessor parser function, which splits command into a list of Strings - one String per block.