package spreadsheet
-
spreadsheet
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
* spreadsheet : minimal functor for building spreadsheets * * A spreadsheet is a set of rows. * This functor is generic over the definition of a spreadsheet row, * and provides basic functions for reading and writing spreadsheets.
module type SpecType = sig ... end