packages feed

dyckword 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+1/−12 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -10,14 +10,3 @@ E.g., `(()(()` and `())(())()` are **not** Dyck words.  When regarded as a combinatorial class – with the size of a word defined as the number of bracket pairs it contains – the counting sequence associated with the Dyck language is the *Catalan numbers*.--| Size | Count | Words                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |-| ---  | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |-| 0    | 1     | ε                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |-| 1    | 1     | ⟨⟩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |-| 2    | 2     | ⟨⟩⟨⟩ ⟨⟨⟩⟩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |-| 3    | 5     | ⟨⟩⟨⟩⟨⟩ ⟨⟩⟨⟨⟩⟩ ⟨⟨⟩⟩⟨⟩ ⟨⟨⟩⟨⟩⟩ ⟨⟨⟨⟩⟩⟩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |-| 4    | 14    | ⟨⟩⟨⟩⟨⟩⟨⟩ ⟨⟩⟨⟩⟨⟨⟩⟩ ⟨⟩⟨⟨⟩⟩⟨⟩ ⟨⟩⟨⟨⟩⟨⟩⟩ ⟨⟩⟨⟨⟨⟩⟩⟩ ⟨⟨⟩⟩⟨⟩⟨⟩ ⟨⟨⟩⟩⟨⟨⟩⟩ ⟨⟨⟩⟨⟩⟩⟨⟩ ⟨⟨⟨⟩⟩⟩⟨⟩ ⟨⟨⟩⟨⟩⟨⟩⟩ ⟨⟨⟩⟨⟨⟩⟩⟩ ⟨⟨⟨⟩⟩⟨⟩⟩ ⟨⟨⟨⟩⟨⟩⟩⟩ ⟨⟨⟨⟨⟩⟩⟩⟩ |-| 5    | 42    | ⟨⟩⟨⟩⟨⟩⟨⟩⟨⟩ ⟨⟩⟨⟩⟨⟩⟨⟨⟩⟩ ⟨⟩⟨⟩⟨⟨⟩⟩⟨⟩ ⟨⟩⟨⟩⟨⟨⟩⟨⟩⟩ ⟨⟩⟨⟩⟨⟨⟨⟩⟩⟩ …                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |-| 6    | 132   | …                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |-
dyckword.cabal view
@@ -1,5 +1,5 @@ name:                dyckword-version:             0.1.0.1+version:             0.1.0.2 synopsis:            A library for working with binary Dyck words. description:     The binary Dyck language consists of all strings of evenly balanced left