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.From.Block

Description

This module contains the from block parser. It loads the initial SymbolMap.

Synopsis

Documentation

getFromSymbols :: Program -> String -> IO SymbolMap Source #

Loads SymbolMap according to a Program and a from block String in the second argument.