drasil-utils-0.1.1.0: A framework for code and document generation for scientific software - Utils SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.Drasil.CSV

Description

Functions for constructing CSV files as a Doc.

Synopsis

Documentation

makeCSV :: [[String]] -> Doc Source #

Creates a CSV file as a Doc from a String matrix.