PCLT-0.1: Extension to Show: templating, catalogizing, languages, parameters, etc.

Text.PCLT.CatalogFromHSRT

Description

Tools to use HasStaticRawPCLTs class instances in order to build up a catalog. ("FromHSRT" in module name means from a given instance of HasStaticRawPCLTs class)

Synopsis

Documentation

initCatalogFromHSRT_2 :: HasStaticRawPCLTs a => a -> PCLT_InnerConfig -> PCLT_CatalogID -> (StdErr_CLBS, ShowDetalizationLevel, LanguageName) -> (PCLT_Catalog, StdErr_CLBS)Source

A wrapper around initCatalogFromHSRT function. For case, when all errors are to be represented at once.

addFromHSRTToCatalog_2 :: HasStaticRawPCLTs a => a -> PCLT_Catalog -> (StdErr_CLBS, ShowDetalizationLevel, LanguageName) -> (PCLT_Catalog, StdErr_CLBS)Source

A wrapper around addFromHSRTToCatalog function. For case, when all errors are to be represented at once.