symantic-base 0.0.1.20200708 → 0.0.2.20200708
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Symantic/Base/ADT.hs view
@@ -6,7 +6,7 @@ {-# LANGUAGE PolyKinds #-} {-# LANGUAGE UndecidableInstances #-} -- | EOT (Either of Tuples) to/from ADT (Algebraic Data Type).--- to produce or consume custom ADT with @('<:>')@ and ('<+>')@.+-- to produce or consume custom ADT with @('<:>')@ and @('<+>')@. -- -- This is like what is done in @generic-sop@: -- https://hackage.haskell.org/package/generics-sop-0.5.1.0/docs/src/Generics.SOP.GGP.html#gSumFrom
src/Symantic/Base/Algebrable.hs view
@@ -11,8 +11,8 @@ import Symantic.Base.Composable -- | @('adt' @@SomeADT some_expr)@--- wrap/unwrap @(some_expr)@ input/output value--- to/from the Algebraic Data Type @(SomeADT)@.+-- wrap\/unwrap @(some_expr)@ input\/output value+-- to\/from the Algebraic Data Type @(SomeADT)@. -- @(SomeADT)@ must have a 'Generic' instance -- (using the @DeriveGeneric@ language extension to GHC). adt ::
symantic-base.cabal view
@@ -2,7 +2,7 @@ -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.0.1.20200708+version: 0.0.2.20200708 category: Data Structures synopsis: Basic symantics for writing Embedded Domain-Specific Languages (EDSL). description: A collection of basic tagless-final combinators.