bound 0.1.1 → 0.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Bound/Var.hs +1/−1
- bound.cabal +1/−1
Bound/Var.hs view
@@ -22,7 +22,7 @@ import Prelude.Extras import Text.Read --- | "I am not a number, I am a /free monad/!"+-- | \"I am not a number, I am a /free monad/!\" -- -- @Var b a@ represents variables that may either be "bound" (@B@) or "free" (@F@) data Var b a
bound.cabal view
@@ -1,6 +1,6 @@ name: bound category: Language, Compilers/Interpreters-version: 0.1.1+version: 0.1.2 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE