We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feaeff commit 6e31dcaCopy full SHA for 6e31dca
docs/hops.md
@@ -1,5 +1,5 @@
1
---
2
-title: HOPS(1) User Manual | Version 0.3.0
+title: HOPS(1) User Manual | Version 0.4.0
3
date: 11 Oct 2015
4
5
hops.cabal
Name: hops
-Version: 0.3.0
+Version: 0.4.0
Synopsis: Handy Operations on Power Series
Description: HOPS is a DSL for power series and integer sequences.
Homepage: http://akc.is/hops
hops.hs
@@ -38,7 +38,7 @@ import HOPS.GF
38
import HOPS.GF.Series
39
import HOPS.GF.Transform
40
41
-nameVer = "hops 0.3.0" :: String
+nameVer = "hops 0.4.0" :: String
42
strpdURL = "https://oeis.org/stripped.gz" :: URL
43
44
type Prec = Int
0 commit comments