packages feed

text-builder-dev 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

library/TextBuilderDev.hs view
@@ -97,10 +97,10 @@ -- Evidence that there exists an unambiguous way to convert -- a type to and from "TextBuilder". ----- Unlike typical conversion classes this class is lawful.+-- Unlike conversion classes from other libs this class is lawful. -- The law is: ----- @a == "fromTextBuilder" ("toTextBuilder" a)@+-- @fromTextBuilder . toTextBuilder = id@ -- -- This class does not provide implicit rendering, -- such as from integer to its decimal representation.
text-builder-dev.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: text-builder-dev-version: 0.3.0.1+version: 0.3.0.2 category: Text synopsis: Edge of developments for "text-builder" description: