lsql-csv-0.1.0.3: 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 a preprocessor parser, which splits the command into a list of strings - one string per one block.

Synopsis

Documentation

splitBlocks :: String -> [String] Source #

Preprocessor parser function, which splits command into list of strings - one string per one block.