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.BlockChain

Description

This module contains the main parser of blocks other than the from block.

Synopsis

Documentation

parseBlocks Source #

Arguments

:: [String]

The blocks to parse

-> [String]

The list of all symbol names

-> [Block]

The parsed blocks

A function for parsing blocks other than the from block.