dawg-ord 0.4 → 0.4.0.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- dawg-ord.cabal +2/−2
dawg-ord.cabal view
@@ -1,5 +1,5 @@ name: dawg-ord-version: 0.4+version: 0.4.0.1 synopsis: Directed acyclic word graphs description: The library implements /directed acyclic word graphs/ (DAWGs) internally@@ -8,7 +8,7 @@ sequences of alphabet symbols (keys) to values. . The library allows to build DAWGs over any symbols and values- provided that the both have `Ord` instances (see the+ provided that they both have `Ord` instances (see the `Data.DAWG.Ord` module). It also provides a fast insert operation which can be used to construct DAWGs on-the-fly.